Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
srvpro
Commits
dca149aa
Commit
dca149aa
authored
Apr 06, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc
parent
178f5bc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
12 deletions
+18
-12
docs/install_centos.sh
docs/install_centos.sh
+8
-5
docs/install_ubnutu.sh
docs/install_ubnutu.sh
+10
-7
No files found.
docs/install_centos.sh
View file @
dca149aa
...
...
@@ -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
...
...
docs/install_ubnutu.sh
View file @
dca149aa
...
...
@@ -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
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment