added comments for test

This commit is contained in:
nathan 2017-05-19 01:07:04 +02:00
parent 8181b72509
commit 9cfbd7689b
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// from: https://github.com/seppestas/test-libappindicator
// sudo apt-get install libgtk2.0-dev libappindicator-dev
// gcc example2.c `pkg-config --cflags gtk+-2.0` -I/usr/include/libappindicator-0.1/ -o example `pkg-config --libs gtk+-2.0` -L/usr/lib -lappindicator