Pedregon
18-04-10, 03:08 AM
This is from the Flame WoW Emulator Leak
Guide -
HOWTO run it ( by FlamEmu )
Note: for all platforms you will need to aply the sql patch in sql folder
[/COLOR]
-----------
ON WINDOWS:
-----------
1.you need to download boost (boost.org)
2.extract boost and copy /boost dir ... ( you need to have \src\bindings\luascript\boost\cast.hpp in this order )
3.Open your mangos-project with vs2003
4.remove script project
5.File->add project->add existing project and navigate to luascript.vcproj
6.copy the contents of the lua-scripts folder to the folder where your mangosd.exe is run from
7.you are ready ... compile and run ... :)
-----------
ON LINUX:
-----------
Still testing ...
Warning: This will remove your existing scripts library ( better back it up )
1.you need to download boost (boost.org)
2.extract boost and copy /boost dir ... ( you need to have \src\bindings\luascript\boost\cast.hpp in this order )
3.
cd /to/your/mangos/src/dir
cd ./src/bindings
svn co mangos-luascript - Revision 97: /trunk/src/bindings/luascript (http://mangos-luascript.googlecode.com/svn/trunk/src/bindings/luascript/) luascript
svn cleanup universal
rm -rf universal
ln -s ./luascript ./universal
4.now is the hard part
cd /to/your/mangos/src/dir
./configure <with your config options>
make
#do this as su-user
su -c "make install"
5.copy the contents of the lua-scripts folder to the folder where your run mangosd from
Example: if you run it like bin/mangosd, put it before the 'bin' folder
To start mangos:
cd /where/your/mangosd/executeble is/
./mangosd
Credits -
FlameWoW
Download
Filebeam - Beam up that File Scottie! (http://filebeam.com/beb7826e7e0f7b269302c028a3c01e74)
Guide -
HOWTO run it ( by FlamEmu )
Note: for all platforms you will need to aply the sql patch in sql folder
[/COLOR]
-----------
ON WINDOWS:
-----------
1.you need to download boost (boost.org)
2.extract boost and copy /boost dir ... ( you need to have \src\bindings\luascript\boost\cast.hpp in this order )
3.Open your mangos-project with vs2003
4.remove script project
5.File->add project->add existing project and navigate to luascript.vcproj
6.copy the contents of the lua-scripts folder to the folder where your mangosd.exe is run from
7.you are ready ... compile and run ... :)
-----------
ON LINUX:
-----------
Still testing ...
Warning: This will remove your existing scripts library ( better back it up )
1.you need to download boost (boost.org)
2.extract boost and copy /boost dir ... ( you need to have \src\bindings\luascript\boost\cast.hpp in this order )
3.
cd /to/your/mangos/src/dir
cd ./src/bindings
svn co mangos-luascript - Revision 97: /trunk/src/bindings/luascript (http://mangos-luascript.googlecode.com/svn/trunk/src/bindings/luascript/) luascript
svn cleanup universal
rm -rf universal
ln -s ./luascript ./universal
4.now is the hard part
cd /to/your/mangos/src/dir
./configure <with your config options>
make
#do this as su-user
su -c "make install"
5.copy the contents of the lua-scripts folder to the folder where your run mangosd from
Example: if you run it like bin/mangosd, put it before the 'bin' folder
To start mangos:
cd /where/your/mangosd/executeble is/
./mangosd
Credits -
FlameWoW
Download
Filebeam - Beam up that File Scottie! (http://filebeam.com/beb7826e7e0f7b269302c028a3c01e74)