Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Eternal Lands - Raspberry Pi 4 build instructions
- Install required dependencies:
- sudo apt install libcal3d12-dev libpng12-0 libsdl2-image-dev libvorbis-dev
- Now we run git clone:
- git clone [email protected]:raduprv/Eternal-Lands.git
- Run the following commands:
- cd ~/Eternal-Lands
- mkdir build
- cd build
- cmake ../
- make
- With any luck this will compile the binary el.linux.bin
- You will need the data files from the windows installer to do this we'll need to extract them from the .exe with innoextract
- sudo apt install innoextract
- now download the windows installer here: http://www.eternal-lands.com/el_195_install.exe
- Now we can extract the .exe
- innoextract el_195_install.exe
- This will extract the file into a folder name app, just copy the el.linux.bin binary into there.
- Run the game with
- ./el.linux.bin
- ENJOY!
Add Comment
Please, Sign In to add comment