Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 913 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 913 Bytes

GWCA-Project-Template

Requirements

Build

  1. Navigate to your favourit development directory. E.g.: D:\dev\cpp\gw\
  2. Open Git Bash by rightclicking in the empty space.
  3. Clone repo with: git clone https://github.com/Zvendson/GWCA-Project-Template
  4. Navigate to the new folder: cd GWCA-Project-Template
  5. Build Project: cmake -A Win32 -B build -DProjectName=YourProjectName
    (No spaces, no quotes)
  6. Open the project: cmake --open build
  7. Build the project: cmake --build build
  8. Build release with: cmake --build build --config Release

Have fun.