Skip to content

Instantly share code, notes, and snippets.

@LPGhatguy
Created March 20, 2014 05:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Builds LOVE on Fedora 20. Requires the shell to be in the extracted LOVE's directory and that libmpg123 is installed (because it isn't in Fedora's package manager)
echo LOVE Install for Fedora Initialized
pause
yum install gcc gcc-c++ automake libtool SDL2 SDL2-devel openal openal-devel luajit luajit-devel DevIL DevIL-devel freetype-devel libmodplug libmodplug-devel physfs physfs-devel libvorbis-devel
platform/unix/automagic
./configure
make
make install
echo Complete!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment