ChatGlobal server for Activeworlds Universe
-
DEPENDENCIES
- wxWidgets : >=3.0.0
- ActiveWorlds SDK for linux
-
Build on Linux
-
UBUNTU, MINT On ubuntu enable support for 32 bit architecture :
sudo dpkg --add-architecture i386 sudo apt update sudo apt-get dist-upgradeOn ubuntu you can enter this command line to install needed dependencies:
sudo apt-get install build-essential libwxbase3.0-devInstall AW SDK lib in your local lib32 folder, for exemple on ubuntu/mint :
ls /usr/local/lib/i386-linux-gnu >libaw_sdk.51.so.93 sudo ldconfig ls /usr/local/lib/i386-linux-gnu >libaw_sdk.51.so libaw_sdk.51.so.93Install AW SDK Include file Aw.h :
ls /usr/local/include >Aw.h -
Final build:
on git root :
mkdir build cd build cmake .. -DAW_SDK=93 -DBUILD_32=ON make sudo make install -
Update
repeat previous commands after git pull
-
Configure coming ..
-
-
Windows
coming ...