Skip to content

Instantly share code, notes, and snippets.

@kyleconroy
Last active December 28, 2015 22:39
Show Gist options
  • Save kyleconroy/7572941 to your computer and use it in GitHub Desktop.
Save kyleconroy/7572941 to your computer and use it in GitHub Desktop.
Install dependencies for Love2D
sudo apt-get install mercurial autoconf libtool make libopenal-dev build-essential pkg-config
sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev
sudo apt-get install libopenal0a libopenal-dev
sudo apt-get install libdevil1c2 libdevil-dev
sudo apt-get install freetype*
sudo apt-get install mpg123 libmpg123-dev
sudo apt-get install lua5.1 liblua5.1-0-dev
sudo apt-get install libvorbis-dev
sudo apt-get install xmms2-plugin-modplug modplug-tools libmodplug-dev libmodplug1
sudo apt-get install libenet-dev libphysfs-dev
## Install SDL2
wget http://libsdl.org/release/SDL2-2.0.1.tar.gz
tar -xvf SDL2-2.0.1.tar.gz
pushd SDL2-2.0.1
./configure
make
make install
popd
echo "/usr/local/share/aclocal" > /usr/share/aclocal/dirlist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment