Skip to content

Instantly share code, notes, and snippets.

@jacobmischka
Created March 28, 2015 03:07
Show Gist options
  • Save jacobmischka/7a6e00ce9045f221293e to your computer and use it in GitHub Desktop.
Save jacobmischka/7a6e00ce9045f221293e to your computer and use it in GitHub Desktop.
#!/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