MillhioreBT/forgottenserver-downgrade

Copy and run documentation

オープン

#47 opened on 2025/09/25

 (1 件のコメント) (3 件のリアクション) (0 人の担当者)C++ (47 件のフォーク)auto 404
documentationgood first issue

Repository metrics

Stars
 (33 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

📦 NEEDED PACKAGES

sudo apt update && sudo apt install git cmake build-essential liblua5.4-dev libboost-system-dev libboost-iostreams-dev libpugixml-dev libcrypto++-dev libfmt-dev g++ libmariadb-dev libboost-all-dev libmariadb-dev-compat
sudo apt update && sudo apt install git cmake build-essential liblua5.4-dev libmysqlclient-dev libboost-system-dev libboost-iostreams-dev libpugixml-dev libcrypto++-dev libfmt-dev g++-10 libboost-all-dev

🔗 CLONE REPO

git clone https://github.com/MillhioreBT/forgottenserver-downgrade.git

🛠️COMPILING

cd forgottenserver-downgrade mkdir build cd build cmake .. make -j$(nproc)⚠️where $ is the number of proc cores you want to use, with a higher number being faster but heavier

コントリビューターガイド