Created
October 1, 2017 23:54
-
-
Save sigmonsays/63244f224c78a968f7ea40d628de6a7b to your computer and use it in GitHub Desktop.
how I built mycroft-core release/v0.8.22-25-gdfaed4f on ubuntu trusty #mycroft
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
sudo apt-get install libgdk-pixbuf2.0-dev libgtk2.0-dev | |
export CFLAGS="-I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gtk-unix-print-2.0 -I/usr/include/pango-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0" | |
when dev_setup.sh fails i can this manually | |
./scripts/install-pygtk.sh 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment