Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
hanez committed Mar 18, 2018
1 parent 5478d7d commit 75664ce
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,15 @@ Change into the new directory:

cd dooris-gtk

Then compile the sources (take a look below before! A Make based compilation is possible too!):
Then compile the sources just run:

gcc `pkg-config --cflags --libs gtk+-2.0 --libs libcurl --libs json` -o dooris dooris.c

To compile with libnotify support use the following command:

gcc `pkg-config --cflags --libs gtk+-2.0 --libs libcurl --libs json --libs libnotify` -DLIBNOTIFY -o dooris dooris.c
make

There is a Makefile included so you maybe just want to run:
This will compile dooris with libnotify support.

make
If you don't want notifications run the following comand:

The Makefile uses libnotify. If you don't need/want libnotify support compile dooris like described above.
gcc `pkg-config --cflags --libs gtk+-2.0 --libs libcurl --libs json-c` -o dooris dooris.c

Configuration:
--------------
Expand Down

0 comments on commit 75664ce

Please sign in to comment.