mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 03:32:28 -04:00
Add script to install deps. updates to make cmake setup nicer
This commit is contained in:
@@ -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 \
|
||||
|
||||
11
araxiaonline/install_deps.sh
Normal file
11
araxiaonline/install_deps.sh
Normal 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 \
|
||||
Reference in New Issue
Block a user