Instructions for compiling on a Debian-based system. The package names here are valid for Ubuntu 12.10 and may or may not work on your system.
Building instructions, below, always assume you are running them from the Cataclysm:DDA source directory.
Dependencies:
- ncurses
- build essentials
sudo apt-get install libncurses5-dev build-essential
make
Dependencies:
- 32-bit toolchain
- 32-bit ncurses
sudo apt-get install libc6-dev-i386 lib32stdc++-dev g++-multilib lib32ncurses5-dev
make NATIVE=linux32
Dependencies:
sudo apt-get install autoconf bison flex cmake git automake intltool libtool scons yasm
mkdir -p ~/src/mxe
git clone -b stable https://github.com/mxe/mxe.git ~/src/mxe
cd ~/src/mxe
make gcc glib
PATH="${PATH}:~/src/mxe/usr/bin"
make CROSS=i686-pc-mingw32-
Dependencies:
- SDL
- SDL_ttf
- build essentials
sudo apt-get install libsdl1.2-dev libsdl-ttf2.0-dev build-essential
make TILES=1
Dependencies:
sudo apt-get install autoconf bison flex cmake git automake intltool libtool scons yasm
mkdir -p ~/src/mxe
git clone -b stable https://github.com/mxe/mxe.git ~/src/mxe
cd ~/src/mxe
make sdl sdl_ttf
PATH="${PATH}:~/src/mxe/usr/bin"
make TILES=1 CROSS=i686-pc-mingw32-