Jump to content
  • 0

[REL19] Missing bin/etc folder after compilation


cabfever

Question

Hi fellow mangos users!

I got a problem while compiling mangos zero from the github repo today.

I didn't had any problems like 2 weeks ago.

The folders bin and etc are completely missing.

I used all the cli commands to compile the core, which I used 2 weeks ago.

Is there something broken again?

A second time, I used all commands which were used on Travis.

Maybe there are the folders also missing?

Would appreciate some help/approvement here.

Greetings from Germany!

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

I'm guessing linux

From inside your /home/user directory, or ~

git clone https://github.com/mangoszero/server.git ./mangoszero --recursive (pulls source to new mangoszero folder, including all submodules)

cd mangoszero

mkdir build (build inside a subdirectory to keep source dir clean)

cd build

cmake ../ -DCMAKE_INSTALL_PREFIX=/home/youruser/mangosbin (or wherever you want it, i always build into a different folder to keep the bin out of the source)

make

make install (sounds like you maybe missed this)

should put the /bin/, /etc/, etc inside the /home/youruser/mangosbin folder

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