Skip to content

RIRUa/GDMC_CLIENT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

281 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDMC_CLIENT

Installation


How to Run

## is comment line.
x,y is position of begining. size_x, size_z is area size.

For Windows

## 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

For Mac and You have Xcode

## go to this directry in your pc
cd /GDMC_CLIENT
## prepare run
make prebuild
cd build
cmake .. -G Xcode
open GDMC_CLIENT.xcodeproj

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages