common parts of the build system used by Nimbus and related projects
Go to file
Ștefan Talpalaru d7d55753f1
Nim-1.2.2-RC3
2020-06-08 20:52:30 +02:00
makefiles fix improper escaping 2020-05-29 00:15:18 +02:00
scripts Nim-1.2.2-RC2 2020-06-03 14:47:27 +02:00
vendor Nim-1.2.2-RC3 2020-06-08 20:52:30 +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 Make target: show-deps 2020-05-20 18:42:30 +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

Make targets

show-deps

Lists all Git submodule URLs, including nested ones.

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.