Created
June 23, 2016 16:03
-
-
Save parro-it/210916a4b6b4dc43b4fbf54b087662d7 to your computer and use it in GitHub Desktop.
ubuntu 32 bit env for libui
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 dist-upgrade | |
sudo apt-get update | |
sudo apt-get install build-essential git | |
sudo add-apt-repository ppa:george-edison55/cmake-3.x | |
sudo apt-get update | |
sudo apt-get install cmake | |
sudo apt-get install pkg-config | |
sudo apt-get install gtk+-3.0 | |
git clone https://github.com/parro-it/libui.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment