Jump to content

How To - Compile enhanceMT Server Sources (FreeBSD 10 / CLang)


Recommended Posts

M2 Download Center

This is the hidden content, please
( Internal )

Hi guys,

Today I'm gonna show you how to build enhanceMT server sources on FreeBSD (using FreeBSD 10)
Please note that at the moment with only support compiling using CLang (we have to fix a few things to use GCC any help is appreciated).


1. Softwares needed

  • PKG: Check if installed using this command :
    pkg -vv
  • GIT:
    pkg install git
  • CMake:
    pkg search cmake # To see the last package version
    pkg install cmake<version # The one you find with the command below
  • Boost libs:
    pkg install boost-all-1.55.0 # Or more, check with pkg search boost
  • CryptoPP:

    pkg install cryptopp-5.6.2_2
  • MySQL:
    pkg install mysql55-server-5.5.41 mysql55-client-5.5.41
  • DevIL:
    pkg install devil

 

2. Get the sources

First, create a new folder where you want to checkout the sources and go in that folder with the "cd" command.
Then write the following command to checkout the sources from our repo (you need to register here : http://tyron.ovh😞

 

git clone http://tyron.ovh:81/enhanceMT/Server.git

Wait until the download is finished then go into the sources folder "Server" :

cd Server

3. Configure the solution with CMake

Go into the "build" folder :

cd build

And run the CMake command :

cmake ../

4. Let's build it !

Here you go ! Run the make command:

make

And that's it ! It wasn't to hard right ? https://metin2.dev/uploads/custom-emoji/emoticons/default_happy.png

I just want you to remember that enhanceMT is an open source and community project, everyone can work on it.
So if you have any suggestions, bugs, fix, etc. just open an issue on GitHub here : http://tyron.ovh/enhanceMT/Server/issues).

 

Thanks @Kuzuri for testing and writing tutorial on FE.


Sgt Fatality

  • Metin2 Dev 11
  • Smile Tear 1
  • Good 2
  • Love 9
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
  • 2 weeks later...
  • 8 months later...
  • 2 months later...
  • 10 months later...

Announcements



  • Similar Content

  • Similar Content

  • Similar Content

  • Tags

  • Activity

    1. 5

      Effect weapons

    2. 3

      Crystal Metinstone

    3. 3

      Feeding game source to LLM

    4. 113

      Ulthar SF V2 (TMP4 Base)

    5. 3

      Feeding game source to LLM

    6. 0

      Target Information System

    7. 3

      Feeding game source to LLM

    8. 2

      anti exp explanation pls

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / 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.