Skip to content

rrohrer/fennec

Folders and files

NameName
Last commit message
Last commit date
Jun 30, 2018
Apr 20, 2020
Apr 22, 2020
Apr 20, 2020
Sep 10, 2018
Jun 30, 2018
Jun 30, 2018
Jun 10, 2020
Apr 24, 2020
Apr 22, 2020

Repository files navigation

fennec

A C utilities library

Building

Mac

To build on macOS, use homebrew to install the dependencies and CMAKE. Then use the command cmake -G "Unix Makefiles" [path] to actually build the framework.

Windows

To build on windows the "simple" way is to install MSYS2. This way you can use pacman to install:

  • mingw-w64-x86_64-cmake
  • mingw-w64-x86_64-gcc
  • mingw-w64-x86_64-make

Then you can build as if you were on UNIX with cmake -G "MSYS Makefiles" [path]

Alternatively If you really want to use Visual Studio you can make sure you have all the correct environment variables set for the depentencies, and use cmake -G "Visual Studio 15 2017 Win64" [path] to get a VS2017 sln.

About

A C utilities library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published