ubuntu510_build.txt from Nxabega at Krugle
Show ubuntu510_build.txt syntax highlighted
To build nxabega on a clean Ubuntu Linux 5.10 system
you will need to install the following packages:
g++
nvidia-glx-dev (if you have a nvidia card and want acceleration)
freetype-dev
make
nasm
libxxf86vm-dev
libxxf86dga-dev
libxext-dev
when you have done this, just run build_linux.sh from within the code directory. So, assuming you checked out nxabega_src
directly under your home directory, typing the following into
the terminal would do the trick:
cd ~/nxabega_src/code
. ./build_linux.sh
The executable can be found now in the install directory.
Ian Brown
November 2005
See more files for this project here