2014-01-22 14:31:48 -07:00
2014-01-21 09:18:08 -07:00
2014-01-21 08:25:15 -07:00
2014-01-13 05:42:40 -07:00
2014-01-22 14:31:37 -07:00

SWGNGE

Ubuntu Environment Setup

sudo apt-get install build-essential zlib1g-dev libpcre3-dev cmake libboost-dev libxml2-dev libncurses5-dev flex bison git-core alien

Oracle Instant Client

Follow this guide to get the oracle client set up.

https://help.ubuntu.com/community/Oracle%20Instant%20Client

Oracle Java 7

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
sudo apt-get install oracle-java7-set-default

You must log out and back in (or just reboot) for the $JAVA_HOME and $ORACLE_HOME to be set properly after these tools are installed. This is required in order for cmake to be able to find these tools when configuring the source code for building.

STLPort

wget http://downloads.sourceforge.net/project/stlport/STLport/STLport-5.2.1/STLport-5.2.1.tar.bz2
tar -xvjf STLport-5.2.1.tar.bz2
cd STLport-5.2.1
./configure
sudo make install

Build code

git clone [email protected]:apathyboy/swg-src.git -b cmake
mkdir swg-src/build
cd swg-src/build
cmake ..
make
S
Description
No description provided
Readme
49 MiB
Languages
C++ 94.1%
C 2.8%
PLSQL 1.5%
CMake 1.1%
Perl 0.4%