Created
March 28, 2015 03:07
-
-
Save jacobmischka/7a6e00ce9045f221293e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
g++ `pkg-config --cflags xmms2-client-cpp glib-2.0` -W -Wall -ansi -pedantic -c -o client.o client.cc | |
g++ -o client client.o `pkg-config --libs xmms2-client-cpp` `pkg-config --libs xmms2-client-cpp-glib glib-2.0` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment