Commit dca149aa authored by nanahira's avatar nanahira

doc

parent 178f5bc8
...@@ -64,16 +64,19 @@ npm install ...@@ -64,16 +64,19 @@ npm install
cp -rf config_build config cp -rf config_build config
mkdir decks decks_save replays mkdir decks decks_save replays
git clone --depth=1 https://github.com/purerosefallen/ygopro-7210srv ygopro git clone https://github.com/purerosefallen/ygopro --branch=server --recursive
cd ygopro cd ygopro/
premake4 gmake premake4 gmake
cd build cd ocgcore/
git checkout master
cd ../script/
git checkout master
cd ../build/
make config=release make config=release
cd .. cd ..
ln -s bin/release/ygopro . ln -s bin/release/ygopro ./
strip ygopro strip ygopro
mkdir replay mkdir replay
git clone --depth=1 https://github.com/Smile-DK/ygopro-scripts script
cd .. cd ..
git clone --depth=1 https://github.com/purerosefallen/windbot git clone --depth=1 https://github.com/purerosefallen/windbot
......
...@@ -57,25 +57,28 @@ cd .. ...@@ -57,25 +57,28 @@ cd ..
cd .. cd ..
git clone --depth=1 https://github.com/purerosefallen/ygopro-server ygopro-server git clone https://github.com/purerosefallen/ygopro-server ygopro-server
cd ygopro-server cd ygopro-server
npm install npm install
cp -rf config_build config cp -rf config_build config
mkdir decks decks_save replays mkdir decks decks_save replays
git clone --depth=1 https://github.com/purerosefallen/ygopro-7210srv ygopro git clone https://github.com/purerosefallen/ygopro --branch=server --recursive
cd ygopro cd ygopro/
premake4 gmake premake4 gmake
cd build cd ocgcore/
git checkout master
cd ../script/
git checkout master
cd ../build/
make config=release make config=release
cd .. cd ..
ln -s bin/release/ygopro . ln -s bin/release/ygopro ./
strip ygopro strip ygopro
mkdir replay mkdir replay
git clone --depth=1 https://github.com/Smile-DK/ygopro-scripts script
cd .. cd ..
git clone --depth=1 https://github.com/purerosefallen/windbot git clone https://github.com/purerosefallen/windbot
cd windbot cd windbot
echo y | xbuild /property:Configuration=Release echo y | xbuild /property:Configuration=Release
ln -s bin/Release/WindBot.exe . ln -s bin/Release/WindBot.exe .
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment