Commit dca149aa authored by nanahira's avatar nanahira

doc

parent 178f5bc8
......@@ -64,16 +64,19 @@ npm install
cp -rf config_build config
mkdir decks decks_save replays
git clone --depth=1 https://github.com/purerosefallen/ygopro-7210srv ygopro
cd ygopro
git clone https://github.com/purerosefallen/ygopro --branch=server --recursive
cd ygopro/
premake4 gmake
cd build
cd ocgcore/
git checkout master
cd ../script/
git checkout master
cd ../build/
make config=release
cd ..
ln -s bin/release/ygopro .
ln -s bin/release/ygopro ./
strip ygopro
mkdir replay
git clone --depth=1 https://github.com/Smile-DK/ygopro-scripts script
cd ..
git clone --depth=1 https://github.com/purerosefallen/windbot
......
......@@ -57,25 +57,28 @@ 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
npm install
cp -rf config_build config
mkdir decks decks_save replays
git clone --depth=1 https://github.com/purerosefallen/ygopro-7210srv ygopro
cd ygopro
git clone https://github.com/purerosefallen/ygopro --branch=server --recursive
cd ygopro/
premake4 gmake
cd build
cd ocgcore/
git checkout master
cd ../script/
git checkout master
cd ../build/
make config=release
cd ..
ln -s bin/release/ygopro .
ln -s bin/release/ygopro ./
strip ygopro
mkdir replay
git clone --depth=1 https://github.com/Smile-DK/ygopro-scripts script
cd ..
git clone --depth=1 https://github.com/purerosefallen/windbot
git clone https://github.com/purerosefallen/windbot
cd windbot
echo y | xbuild /property:Configuration=Release
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