Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 701 Bytes

installation.md

File metadata and controls

28 lines (16 loc) · 701 Bytes

[Home] | [Next >]

Installation (WIP)

This library is header only, users can just right away include the main header file from their project using the include directive.

#include "path/to/cyfre/include/cyfre.hpp

But if you want the library to be modular, accessible by any of your project in your system, you can follow these installation guides.

CMake

Install the library in your system using CMake.

  • For Windows mingw & MingW64 GCC

Make

Install the library in your system using makefile.

  • For Windows mingw & MingW64
  • For Ubuntu Linux w/ GCC or Clang

[Home] | [Next >]