mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 19:12:07 +00:00
why (#3093)
This commit is contained in:
Binary file not shown.
@@ -18,7 +18,7 @@ export NODE_VERSION_PRECISE=12.20.0
|
||||
export SPACEMAN_DMM_VERSION=suite-1.6
|
||||
|
||||
# Extools git tag
|
||||
export EXTOOLS_VERSION=v0.0.7
|
||||
# export EXTOOLS_VERSION=v0.0.7
|
||||
|
||||
# Python version for mapmerge and other tools
|
||||
export PYTHON_VERSION=3.6.8
|
||||
|
||||
@@ -67,30 +67,30 @@ mv target/i686-unknown-linux-gnu/release/librust_g.so "$1/librust_g.so"
|
||||
cd ..
|
||||
|
||||
# get dependencies for extools
|
||||
apt-get install -y cmake build-essential gcc-multilib g++-multilib cmake wget
|
||||
# apt-get install -y cmake build-essential gcc-multilib g++-multilib cmake wget
|
||||
|
||||
# update extools
|
||||
if [ ! -d "extools" ]; then
|
||||
echo "Cloning extools..."
|
||||
git clone https://github.com/MCHSL/extools
|
||||
cd extools/byond-extools
|
||||
else
|
||||
echo "Fetching extools..."
|
||||
cd extools/byond-extools
|
||||
git fetch
|
||||
fi
|
||||
# if [ ! -d "extools" ]; then
|
||||
# echo "Cloning extools..."
|
||||
# git clone https://github.com/MCHSL/extools
|
||||
# cd extools/byond-extools
|
||||
#else
|
||||
# echo "Fetching extools..."
|
||||
# cd extools/byond-extools
|
||||
# git fetch
|
||||
#fi
|
||||
|
||||
echo "Deploying extools..."
|
||||
git checkout "$EXTOOLS_VERSION"
|
||||
if [ -d "build" ]; then
|
||||
rm -R build
|
||||
fi
|
||||
mkdir build
|
||||
cd build
|
||||
cmake ..
|
||||
make
|
||||
mv libbyond-extools.so "$1/libbyond-extools.so"
|
||||
cd ../../..
|
||||
#echo "Deploying extools..."
|
||||
#git checkout "$EXTOOLS_VERSION"
|
||||
#if [ -d "build" ]; then
|
||||
# rm -R build
|
||||
#fi
|
||||
#mkdir build
|
||||
#cd build
|
||||
#cmake ..
|
||||
#make
|
||||
#mv libbyond-extools.so "$1/libbyond-extools.so"
|
||||
#cd ../../..
|
||||
|
||||
# install or update youtube-dl when not present, or if it is present with pip3,
|
||||
# which we assume was used to install it
|
||||
|
||||
Reference in New Issue
Block a user