This site has been archived and made available for preservation purposes. No edits can be made.

Results 1 to 3 of 3

Thread: Compiling and running the server on linux (ubuntu)

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Location
    Russia,St.Petersburg
    Posts
    20

    Question Compiling and running the server on linux (ubuntu)

    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!

  2. #2
    Junior Member
    Join Date
    Dec 2012
    Location
    Russia,St.Petersburg
    Posts
    20
    What is the difference between vaultmp.exe and vaultmpd.exe

    Which one is better?

  3. #3
    I never compiled vaultmp on Linux, but the sequence for Debian (similar for Ubuntu) similar to the following:
    Code :
    # 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 )

    Я никогда не собирал vaultmp под Linux, но последовательность для Debian (аналогично для Ubuntu) следующая:
    Code :
    # aptitude install libboost-dev 
    $ cd vaultmp/source/vaultserver
    $ make -f ./makefile.unix
    $ ./vaultmp
    Вам также необходимо собрать vaultscrpit
    vaultmpd собран для отладки с GDB (GNU Debugger). vaultmpd.exe работает медленней чем vaultmp.exe.
    Last edited by Koncord; 04-29-2015 at 03:06 AM.
    From Russia with love.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •