Jump to content
  • 0

[Three] ScriptDev2


Coolfox

Question

4 answers to this question

Recommended Posts

So the right order should be;

git clone git://github.com/mangosthree/server.git
cd server
git clone 
git://github.com/mangosthree/scripts.git src/bindings/scripts
mkdir 
objdir
cd objdir
cmake .. -DDEBUG=1 -DCMAKE_INSTALL_PREFIX=/opt/mangos-server 
-DINCLUDE_BINDINGS_DIR=scripts
make
make install

instead of:

mkdir mangos
cd mangos
git clone 
git://github.com/mangosthree/server.git
cd server
git clone 
git://github.com/mangosthree/scripts.git src/bindings/scripts
git apply 
src/bindings/scripts/patches/MaNGOS-*-ScriptDev2.patch
mkdir objdir
cd objdir
cmake .. -DPREFIX=/opt/mangos-server

make
make install 

Link to comment
Share on other sites

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