mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 12:15:12 +00:00
[MOD/CI/BUILD] Static builds, via the native tools
This commit is contained in:
parent
a110b44ad6
commit
92d33fa641
3 changed files with 50 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue