Skip to content

Instantly share code, notes, and snippets.

@ddm
Created November 28, 2016 12:35
Show Gist options
  • Save ddm/9141f822c4bc10fa060cb59e362d86b0 to your computer and use it in GitHub Desktop.
Save ddm/9141f822c4bc10fa060cb59e362d86b0 to your computer and use it in GitHub Desktop.
DIR=`dirname $0`
gcc -g \
`pkg-config --cflags --libs gtk+-3.0` \
-I$DIR \
-lMPSSE \
-lftd2xx \
-L$DIR \
-o spixio \
spixio-gtk.c spixio-gui.c spixio.c
echo "Done!"
echo "Run ./spixio"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment