Skip to content

Releases: MrFrenik/gunslinger

gunslinger v0.03-alpha

05 Jan 17:39
Compare
Choose a tag to compare
  • Includes for gunslinger header-only library
  • Project template for quick start (Win/Mac/Linux)

Instructions for template:

* Gunslinger library is included in `third_party/include`

# win (msvc):
    * open `x64 Native Tools Command Prompt for {2017/2015}`
    * `cd` to root directory for template
    * run `proc\win\compile_win_cl.bat`
    * executable will build and be placed in `bin`
    * run `bin\App.exe`

# win (mingw):
    * open `git bash`
    * `cd` to root directory for template
    * run `bash ./proc/win/compile_win_mingw.sh`
    * executable will build and be placed in `bin`
    * run `./bin/App.exe`

# linux (gcc):
    * `cd` to root directory for template
    * run `bash ./proc/linux/compile_linux_gcc.sh`
    * executable will build and be placed in `bin`
    * run `./bin/App.exe`

# osx(gcc):
    * `cd` to root directory for template
    * run `bash ./proc/osx/compile_osx_gcc.sh`
    * executable will build and be placed in `bin`
    * run `./bin/App.exe`

gunslinger v0.02-alpha

09 Dec 17:17
Compare
Choose a tag to compare

Included:

  • Binaries for Windows, Mac, Linux
  • Includes for gunslinger
  • Project template for quick start

gunslinger v0.01-alpha

07 Aug 16:59
Compare
Choose a tag to compare

First official alpha binary release for gunslinger.
Included:

  • Binaries for Windows, Mac, Linux
  • Includes for gunslinger
  • Project templates for quick start