styinx / Cyanide

Home Page:https://styinx.github.io/Cyanide/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cyanide

License: GPL v3

Main: Main CI

Dev: Dev CI

Install

We use vcpkg static libraries to build this project. Call cmake with the following options:

mkdir build # Write build files into separate directory
cd build
cmake .. -G "[your compiler]" -A [your architecutre] -DVCPKG_MANIFEST_INSTALL:PATH="C:/Libs/vcpkg/installed" -DDIR_VCPKG_ROOT:PATH="[vcpkg base path]" -DVCPKG_TARGET_TRIPLET:STRING="[your architecutre]-[your platform]-static" -DCMAKE_TOOLCHAIN_FILE:PATH="[vcpkg base path]/scripts/buildsystems/vcpkg.cmake" -Wno-dev
cmake --build . --config [debug or release]

About

https://styinx.github.io/Cyanide/

License:GNU General Public License v3.0


Languages

Language:C++ 97.2%Language:CMake 2.8%