Compiling on Mac OS X
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"$ brew install git cmake gmp mysql-connector-c luajit boost pugixml pkg-config fmtwget https://github.com/weidai11/cryptopp/archive/refs/tags/CRYPTOPP_8_5_0.zip
unzip CRYPTOPP_8_5_0.zip && cd cryptopp-CRYPTOPP_8_5_0
make shared all
make install$ git clone --recursive https://github.com/otland/forgottenserver.git$ cd forgottenserver
$ mkdir build; cd build
$ cmake ..Last updated
Was this helpful?