Hello,
I’ve been away from CataDDA for quite a long time, and i have a small issue now. I’m on Linux Mint XFCE 64bits, and i did that according to http://smf.cataclysmdda.com/index.php?topic=3.0 :
Linux
First, open the terminal. On Ubuntu, it is accessible under Applications / Accessories.
Now, let's install the dependencies we'll need. It may ask you to type in your password or Y to confirm. Do it and continue.
“sudo apt-get install libncurses5-dev libncursesw5-dev g++ git-core”
This is it. Now to pull the source. You’re likely in your “home” or “root” directory in the terminal. You can use “ls” to list the directories and “cd” to move into them.
Once you are where you want the source to be, type “git clone git://github.com/CleverRaven/Cataclysm-DDA.git”. This’ll make a directory called Cataclysm-DDA and pull the source into it. It might take a while.
Type “cd Cataclysm-DDA” to move into the directory. Now type “make” to compile it. If it fails, try “make clean”.
If it works, try running the game with “./cataclysm”. If that also works, you’re ready to mod.
To update the game, move into the game directory and write “git pull”. Afterwards, type “make clean” (which clears all object files and such) and “make”. There, updated!
I can play the game, but i can’t find the option to play with graphical tileset, only ASCII.
What did i miss ?
Thank you.