-
Recently Browsing 0 members
- No registered users viewing this page.
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
Question
animakrayg
I'm trying to setup my own 2.4.3 MangosOne server and I'm following the guide at the wiki: https://www.getmangos.eu/wiki/Installation%20Guides/Windows/Installing-MaNGOS-on-Windows.md
But I can't get it to work, first off,
git clone git://github.com/mangosone/server.git mangos
cd mangos/src/bindings
git clone git://github.com/mangosone/scripts.git scripts
The "cd mangos/src/bindings" says Directory not found so do i just make a bindings folder in src then do "git bash here"?
Second
We now need to modify the mangos build process to load in the script library
7) edit CMakeLists.txt in this folder
change
# add_subdirectory(scripts)
to
add_subdirectory(scripts)
There is no "# add_subdirectory(scripts)" row in the text file, so I can't change it...
Ive been trying all week at making servers and to no avail have i got one working. If someone could update the wiki or fill me in as to what to do i would greatly appreciate it.
11 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.