Skip to content

Instantly share code, notes, and snippets.

@parro-it
Created June 23, 2016 16:03
Show Gist options
  • Save parro-it/210916a4b6b4dc43b4fbf54b087662d7 to your computer and use it in GitHub Desktop.
Save parro-it/210916a4b6b4dc43b4fbf54b087662d7 to your computer and use it in GitHub Desktop.
ubuntu 32 bit env for libui
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