common parts of the build system used by Nimbus and related projects
Go to file
Ștefan Talpalaru f5278aef73
drop "-k"
2020-05-20 15:36:47 +02:00
makefiles drop "-k" 2020-05-20 15:36:47 +02:00
scripts add comments 2020-05-01 15:10:44 +02:00
vendor devel snapshot with a fix we need 2020-04-08 14:34:33 +02:00
.gitignore initial commit 2019-08-20 23:14:45 +02:00
.gitmodules move Nim, Nim-csources and nimble submodules here 2019-08-28 15:10:15 +02:00
LICENSE-APACHEv2 initial commit 2019-08-20 23:14:45 +02:00
LICENSE-MIT initial commit 2019-08-20 23:14:45 +02:00
README.md new env var: USE_SYSTEM_NIM 2020-04-15 17:25:03 +02:00

README.md

Common parts of the build system used by Nimbus and related projects

Prerequisites

GNU Make, Bash and the usual POSIX utilities.

Make flags

  • use the system Nim instead of the shipped version (usually for testing Nim devel versions)

make USE_SYSTEM_NIM=1 test

License

Licensed and distributed under either of

or

at your option. These files may not be copied, modified, or distributed except according to those terms.