Skip to content

otbr/TibiaCore

 
 

Repository files navigation

How Compiler

Microsoft Visual Studio 2017 for Windows

Windows/VCPKG Commands
git clone https://github.com/Microsoft/vcpkg
cd ./vcpkg
./bootstrap-vcpkg.bat
./vcpkg integrate install
./vcpkg install --triplet x64-windows boost-iostreams boost-asio boost-system boost-filesystem boost-variant boost-lockfree luajit libmariadb pugixml cryptopp fmt mpir

After go to folder open TibiaCore\compiler\vc17\theforgottenserver.vcxproj
Wait for load all libs...
And copiler project!

GCC for Ubuntu 22.04

Ubuntu Commands
sudo apt install git cmake build-essential libluajit-5.1-dev libmariadb-dev-compat libboost-date-time-dev libboost-filesystem-dev libboost-system-dev libboost-iostreams-dev libpugixml-dev libgmp3-dev libcrypto++-dev libfmt-dev libjsoncpp-dev
git clone https://github.com/RCP91/TibiaCore.git
cd TibiaCore/compiler
mkdir build && cd build
cmake ..
make

GCC Build Anti-RollBack for Ubuntu

Ubuntu Commands with gdb
sudo apt-get install gdb
cd compiler
mkdir build && cd build
cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo ..
make

# Doar qualquer valor para Pix: +55 67 99941-1154
# Donate any amount via PayPal: [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.2%
  • Lua 18.6%
  • CMake 7.9%
  • Shell 0.1%
  • C 0.1%
  • Dockerfile 0.1%