clouseau/src/lib/COMPILE

4 lines
197 B
Plaintext
Raw Normal View History

colormake -j 8 && sudo make install && echo OK
gcc clouseaud.c helper.c -o clouseaud `pkg-config elementary --cflags --libs`
gcc client.c helper.c -o client `pkg-config elementary --cflags --libs`