[MOD/CI/BUILD] Static builds, via the native tools

This commit is contained in:
LDA 2024-09-12 22:17:35 +02:00
commit 92d33fa641
3 changed files with 50 additions and 26 deletions

View file

@ -26,11 +26,10 @@ a bridge may be a good way to start.
## BUILDING
```sh
$ make # This generates a 'parsee' executable.
$ cd tools # If you want to build more tools
$ make && cd ..
$ make ayadoc # If you want to build HTML documentation
$ make [PREFIX=(install path)] install # To install Parsee.
$ cc configure.c -o configure
$ ./configure # use -s if you want static Parsee+OpenSSL, use -s -l if LMDB is needed
$ make
$ make [PREFIX=...] install # run as root if on a protected dir like /usr
```
If there are any Cytoplasm-related build failures, you may want to check the Makefile to
change a few variables (you can set `CYTO_INC` and `CYTO_LIB` for Cytoplasm's include and