Skip to content

stephanroslen/MonadCXX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monad CXX

build

CMake

$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install

Build additional tests with the cmake parameters -DDBUILD_TESTS=ON.

Nix

In order to just compile the tests and build the package, run:

$ nix-build
$ # see result/

For the incremental workflow, run:

$ nix-shell
$ mkdir build
$ cd build
$ cmake -DBUILD_TESTS=ON -G Ninja ..
$ ninja # or make
$ ctest

nix installation: https://nixos.org/download.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published