Skip to content

Instantly share code, notes, and snippets.

@OTL
Last active January 3, 2016 07:49
Show Gist options
  • Save OTL/8432070 to your computer and use it in GitHub Desktop.
Save OTL/8432070 to your computer and use it in GitHub Desktop.
http://www.ubuntuupdates.org/ppa/getdeb_games?dist=precise
wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu precise-getdeb games" >> /etc/apt/sources.list.d/getdeb.list'
sudo apt-get install autoconf-archive libglfw-dev libsoil-dev libglm-dev libbullet-dev libglew1.6-dev libtool
autoreconf -i
失敗しても
autoreconf -i
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment