Jump to content
  • 0

[Zero] Problems with installation in Ubuntu


Nexo

Question

Hi i'm installing MangosZero server on my Linux Ubuntu (12.4).

First, I have installed needed packages

sudo apt-get install build-essential gcc g++ automake git-core autoconf make patch libmysql++-dev \\
mysql-server libtool libssl-dev grep binutils zlibc libc6 libbz2-dev cmake

Next, I've downloaded server, scripts and patched it

git clone git://github.com/mangoszero/server.git
cd server
git clone git://github.com/mangoszero/scripts.git src/bindings/scripts
git apply src/bindings/scripts/patches/MaNGOS-ScriptDev2.patch

After that, I'm going to compile

mkdir objdir

cd objdir

cmake .. -DPREFIX=/opt/mangos-server

But at the last line, an error appears:

CMake Error at CMakeLists.txt:123 (message):
 The parameter PREFIX has been removed.  Please re-run CMake and use
 CMAKE_INSTALL_PREFIX instead to define your installation location!


-- Configuring incomplete, errors occurred!

ive tried but i cant do anything, can someone help me please?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

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