Created
March 20, 2014 05:38
-
-
Save LPGhatguy/9657907 to your computer and use it in GitHub Desktop.
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)
This file contains 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
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