Skip to content

Creates a cmake ready Project to work with the Guild Wars internal API GWCA++

Notifications You must be signed in to change notification settings

Zvendson/GWCA-Project-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Creates a cmake ready Project to work with the Guild Wars internal API GWCA++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published