Jump to content

[Three] ScriptDev2


Coolfox

Recommended Posts

Posted

Hey Guys,

I'am a bit stuck at the

git apply src/bindings/scripts/patches/MaNGOS-*-ScriptDev2.patch

part. Is there still need to patch scriptdev2? I cannot find ScriptDev2.patch or patches dir anywhere.

thx in advance

Posted

This patch isn't needed anymore from what I know. I think you just need to add -DINCLUDE_BINDINGS_DIR=scripts to your cmake line and that will include ScriptDev2. I am pretty sure this is how it goes now.

Posted

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 

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