-
Please install compiler for c++ MinGW
-
Please install libcurl in your pc. This is C Library.
libcurl API -
Please install make in your pc.
make for windows -
Please install cmake in your pc.
cmake Homepage
## is comment line.
x,y is position of begining.
size_x, size_z is area size.
## go to this directry in your pc
cd /GDMC_CLIENT
## prepare run
make prebuild
cd build
cmake -G "MinGW Makefiles" ..
make
## run
./GDMC_CLIENT x z size_x size_z
## go to this directry in your pc
cd /GDMC_CLIENT
## prepare run
make prebuild
cd build
cmake .. -G Xcode
open GDMC_CLIENT.xcodeproj