kurumishka / extreme-biboran

Simple Biboran reader. Part of the ExtremeCodeOS.

Home Page:https://github.com/extremecodetv/ExtremeCodeOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Нативный священный Биборан

Священный Биборан с гуем на GTK-3 для отпугивания маслачей. Удобно читать не отрываясь от работы.

biboran

Собрать

Поставьте GTK-3 для вашей платформы. Например так:

$ sudo apt-get install gtk+3.0

Теперь осталось собрать. Для ленивых есть compile.sh:

$ chmod +x compile.sh && ./compile.sh

Или так:

$ gcc biboran.c -O3 -o biboran `pkg-config --cflags --libs gtk+-3.0`

About

Simple Biboran reader. Part of the ExtremeCodeOS.

https://github.com/extremecodetv/ExtremeCodeOS


Languages

Language:C 99.0%Language:Shell 1.0%