Jump to content

[ERROR] This script builds the MaNGOS server.


minatohd

Recommended Posts

Posted

i need help with this problem:

(use mangosone).

git clone git://github.com/mangosone/server.git

cd server/src/bindings

git clone git://github.com/scriptdev2/scriptdev2-tbc

vi CMakeLists.txt

and <scriptdev2-tbc> uncomment

mkdir build

cd build

cmake .. -DCMAKE_INSTALL_PREFIX=/home/mangos

and:

///////////////////////////////////////////////////////////////////////////////////////////////////

///////////////////////////////////////////////////////////////////////////////////////////////////

-- The C compiler identification is GNU

-- The CXX compiler identification is GNU

-- Check for working C compiler: /usr/bin/gcc

-- Check for working C compiler: /usr/bin/gcc -- works

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

-- Check for working CXX compiler: /usr/bin/c

-- Check for working CXX compiler: /usr/bin/c -- works

-- Detecting CXX compiler ABI info

-- Detecting CXX compiler ABI info - done

This script builds the MaNGOS server.

Options that can be used in order to configure the process:

CMAKE_INSTALL_PREFIX Path where the server should be installed to

PCH Use precompiled headers

DEBUG Debug mode

TBB_USE_EXTERNAL Use external TBB

USE_STD_MALLOC Use standard malloc instead of TBB

ACE_USE_EXTERNAL Use external ACE

To set an option simply type -D<OPTION>=<VALUE> after 'cmake <srcs>'.

Also, you can specify the generator with -G. see 'cmake --help' for more detai ls

For example: cmake .. -DDEBUG=1 -DCMAKE_INSTALL_PREFIX=/opt/mangos

-- Detected 64-bit platform.

-- Found Git: /usr/bin/git

-- Using mysql-config: /usr/bin/mysql_config

-- Found MySQL library: /usr/lib/x86_64-linux-gnu/libmysqlclient_r.so

-- Found MySQL headers: /usr/include/mysql

-- Found OpenSSL library: /usr/lib/x86_64-linux-gnu/libssl.so

-- Found OpenSSL headers: /usr/include/openssl

-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.3.4")

-- MaNGOS-Core revision : e3a26405ee7a58bbe6f35ae4b1bc509e5cb32a57

-- Install server to : /home/mangos

-- Use PCH : No

-- Build in debug-mode : No (default)

-- Configuring done

-- Generating done

-- Build files have been written to: /home/server/build

///////////////////////////////////////////////////////////////////////////////////////////////////

///////////////////////////////////////////////////////////////////////////////////////////////////

I have ACE.6.0

THX, sorry my english

  • 3 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use