View Single Post
  #1  
Old 08-17-2013, 08:58 PM
baseman101 baseman101 is offline
Scripter
baseman101's Avatar
Join Date: Nov 2012
Location: Purcellville, VA
Posts: 76
baseman101 will become famous soon enough
How To: Installing Graal on Ubuntu

Hello,

I've had some trouble with installing Graal on Ubuntu. Here was my fix. Run this in terminal.


Quote:
chmod +x ./Graal
sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev
./Graal
I might have installed something else, so if I did something wrong, please tell me
Reply With Quote