|
[ MX - freeES - SVN - CD/Code
- Downloads - Blog - Thoughts - MasterX - About - Contact ]
How to compile MAsterX-ovDM on x86 Ubuntu Linux
1. First open a terminal, (enable disabled repo's in your /etc/apt/sources.list by uncommenting them) and than issue the command:
$ sudo apt-get install subversion automake autoconf libtool
pkg-config gcc g++ libstdc++6 python2.5-dev libboost-dev
libboost-python-dev libboost-thread-dev libsdl1.2-dev
libsdl-stretch-dev libpng12-dev zlib1g-dev
That will install all the tools and libraries you will need:
2. Then make a new directory to build the project in, and change the current directory to it:
$ mkdir code && cd code
3. Then issue the commands to download the required deps ( that you must compile ).
$ svn co svn://lostsidedead.com/mxl && svn co svn://lostsidedead.com/haze/trunk
4. First build libmasc, then libmxl.
$ cd mxl/libmasc
$ ./autogen.sh && ./configure && make
$ sudo make install
$ cd ..
$ ./autogen.sh && ./configure && make
$ sudo make install
$ cd ..
5. Next you will need to build libmx ( the graphics engine ) for masterx
$ cd trunk/libmx
$ ./autogen.sh && ./configure --prefix=/usr && make
$ sudo make install
$ cd ..
This may take a few minutes but should work out of the box if you entered the list of pacakges to install at first.
6. Then install libmxui and compile masterx:
Copy the fonts (very Important)
$ sudo mkdir -p /usr/local/mxf
$ sudo cp -rfv fonts/*mxf /usr/local/mxf
$ cd libmxui
$ cd ./autogen.sh && ./configure --prefix=/usr
$ cd mxui && make && sudo make install
$ cd ../masterx
$ make
7. Next run MasterX right from the build directory with the
execution script:
$ ./RunMasterX
Send bug reports to jared@lostsidedead.biz
|
MAsterX-ovDM Feed
compents libmx, libmxui
current stage: beta, current log:
Thu, 14 Jan 2010 22:29:50 +0100 update to configure Rev 910 - jared (8 file(s) modified) update to configure Thu, 14 Jan 2010 22:28:22 +0100 update Rev 909 - jared (1 file(s) modified) update Tue, 30 Nov 1999 00:00:00 +0100 Rev 908 Rev 908 - (0 file(s) modified) Thu, 14 Jan 2010 21:54:02 +0100 update for SDL-1.2.14 Rev 907 - jared (3 file(s) modified) update for SDL-1.2.14 Sat, 07 Nov 2009 01:59:50 +0100 update Rev 906 - jared (1 file(s) modified) update
|