Blockland Forums > Help
[Guide]Running Blockland on Linux
brickybob:
This is a guide I wrote to help other Linux users play Blockland. There are a couple ways of doing this, however I chose to stick to using a GUI as much as possible for ease-of-use purposes (because we know that's what Linux is all about.)
First, download the windows installer for Blockland off blockland.us
Open up your Downloads folder and right click Blockland_Setup.exe and go to Properties. Check off "Allow this File to Execute"
Now open up Terminal and type
--- Code: ---cd Downloads/
wine Blockland_Setup.exe
--- End code ---
Now just follow the installer's instructions
Done installing!
Launch Blockland from desktop or from installer. Now just enter your key.
And you are done! I hope someone else found this guide useful.
Lugnut:
wait a minute
i get an error that looks something like this:
wine: command not found
WHAT DO?
YayFun:
--- Quote from: Lugnut1206 on June 19, 2012, 07:50:56 PM ---wait a minute
i get an error that looks something like this:
wine: command not found
WHAT DO?
--- End quote ---
sudo apt-get install wine
Lugnut:
well yeah, i wasn't clear... i'm not actually having that problem, he just didn't address it at all in the op in his rush to match your tutorial
YayFun:
--- Quote from: Lugnut1206 on June 19, 2012, 07:56:31 PM ---he just didn't address it at all in the op in his rush to match your tutorial
--- End quote ---
I figured. I seen this and was like, okay then.