Log in

View Full Version : Compiling and running the server on linux (ubuntu)



face2face
04-28-2015, 03:49 PM
Please help with compiling and running the file server on Linux. Are there programs to run files without the command line, in the likeness of .exe files on windows with automatic compilation? Or at least a ready command to start :) Thanks in advance!

face2face
04-28-2015, 04:25 PM
What is the difference between vaultmp.exe and vaultmpd.exe

Which one is better?

Koncord
04-29-2015, 03:03 AM
I never compiled vaultmp on Linux, but the sequence for Debian (similar for Ubuntu) similar to the following:

# aptitude install libboost-dev
$ cd vaultmp/source/vaultserver
$ make -f ./makefile.unix
$ ./vaultmp
You also need to build vaultscript.

vaultmpd compiled for debugging with GDB (GNU Debugger). vaultmpd.exe more slower than vaultmp.exe.

Repeat in Russian (My English is quite poor :D)

Я никогда не собирал vaultmp под Linux, но последовательность для Debian (аналогично для Ubuntu) следующая:

# aptitude install libboost-dev
$ cd vaultmp/source/vaultserver
$ make -f ./makefile.unix
$ ./vaultmp
Вам также необходимо собрать vaultscrpit
vaultmpd собран для отладки с GDB (GNU Debugger). vaultmpd.exe работает медленней чем vaultmp.exe.