Add script to install deps. updates to make cmake setup nicer

This commit is contained in:
2026-01-18 16:07:09 +00:00
parent 2bb2a0076e
commit 152d88b7f3
2 changed files with 13 additions and 1 deletions

View File

@@ -3,7 +3,8 @@
# run this script from the build directory with
# bash ../araxiaonline/cmake_setup.sh
cmake .. \
-DCMAKE_INSTALL_PREFIX="/opt/trinitycore/server" \
-DCMAKE_INSTALL_PREFIX="/opt/araxiaonline/araxia-trinity-drwow/server" \
-DCONF_DIR="/opt/araxiaonline/araxia-trinity-drwow/server/etc" \
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
-DTOOLS=1 \
-DSERVERS=1 \

View File

@@ -0,0 +1,11 @@
#!/bin/sh
sudo apt install \
libboost1.83-all-dev \
libluajit-5.1-dev \
libssl-dev \
libreadline-dev \
pkg-config \
libzmq3-dev \
libmysqlclient-dev \
ccache \