Created
January 2, 2021 20:15
-
-
Save tonetheman/4c317d8d26c60fcb0d33735a0a80432a to your computer and use it in GitHub Desktop.
Install love2d in crostini on a chromebook
This file contains hidden or 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
git clone [email protected]:love2d/love.git | |
cd love | |
git checkout 11.3 | |
sudo apt-get install autoconf | |
sudo apt-get install libtool | |
platform/unix/automagic | |
sudo apt-get install libsdl2-dev | |
sudo apt-get install libluajit-5.1-dev | |
sudo apt-get install libopenal-dev | |
sudo apt-get install libfreetype6-dev | |
sudo apt-get install libmodplug-dev | |
sudo apt-get isntall libvorbis-dev | |
sudo apt-get install libtheora-dev | |
sudo apt-get install libmpg123-dev | |
./configure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment