Private toy project
Just playing around...
- Install Visual Studio 2017 Community (with C++ support)
- Install CMake
- Clone this repository on
C:\laidoff
- Open command prompt
- Execute:
cd c:\laidoff && mkdir build && cd build && cmake ..
- Open
client.sln
generated atC:\laidoff\build
- Rebuild all
- Set
laidoff
as StartUp Project - Run!
- Install Go
- Set GOPATH properly
- Open command prompt
- Execute:
go get github.com/gasbank/laidoff/br-server
- Execute:
cd [GOPATH]\src\github.com\gasbank\laidoff\br-server
- Execute:
go get -d ./...
- Execute:
go build
- Open new command prompt
- Execute:
cd [GOPATH]\src\github.com\gasbank\laidoff\db-server
- Execute:
..\br-server\br-server db
- Open new command prompt
- Execute:
cd [GOPATH]\src\github.com\gasbank\laidoff\reward-server
- Execute:
..\br-server\br-server reward
- Open new command prompt
- Execute:
cd [GOPATH]\src\github.com\gasbank\laidoff\match-server
- Execute:
..\br-server\br-server match
- Open new command prompt
- Execute:
cd [GOPATH]\src\github.com\gasbank\laidoff\rank-server
- Execute:
..\br-server\br-server rank
- [OPTIONAL] Open new command prompt
- [OPTIONAL] Execute:
cd [GOPATH]\src\github.com\gasbank\laidoff\push-server
- [OPTIONAL] Execute:
..\br-server\br-server push
- Proceed steps decribed in "How do I get set up? (Client on Windows)"
- Set
laidoff-server
as StartUp Project - Run!
- Open
c:\laidoff\assets\conf\conf.json
- Find & Replace
p.popsongremix.com
tolocalhost
- Run client
- Execute:
mkdir build-server && cd build-server
- Execute:
CXXFLAGS=-static cmake .. -DSERVER_ONLY=1
- Execute:
make
- Setup GOPATH properly
- Execute:
./batch-build-go-servers.sh