Include packaging status in readme

closes #130
This commit is contained in:
dzaima 2025-01-16 00:52:09 +02:00
parent a02f195555
commit 6bf8f4d3c7

View File

@ -5,7 +5,6 @@
## Running
1. `make`
- Third-party packages and other ways to run BQN are listed [here](https://mlochbaum.github.io/BQN/running.html)
- Add `FFI=0` if your system doesn't have libffi
- Use `gmake` on BSD
- Add `REPLXX=0` if C++ is unavailable (will remove line editing/coloring/name completion in the REPL)
@ -13,6 +12,10 @@
- `make clean` to get to a clean build state
2. `./BQN somefile.bqn` to execute a file, or `./BQN` for a REPL
Alternatively, third-party packages (and other ways to run BQN) are listed [here](https://mlochbaum.github.io/BQN/running.html); CBQN packaging status:
[![Packaging status](https://repology.org/badge/vertical-allrepos/cbqn.svg)](https://repology.org/project/cbqn/versions)
## Configuration options
The default configuration enables REPLXX & Singeli, and, if not done before, implicitly runs `make for-build` to build a CBQN for running `build/src/build.bqn` and compiling Singeli.