parent
a02f195555
commit
6bf8f4d3c7
@ -5,7 +5,6 @@
|
|||||||
## Running
|
## Running
|
||||||
|
|
||||||
1. `make`
|
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
|
- Add `FFI=0` if your system doesn't have libffi
|
||||||
- Use `gmake` on BSD
|
- Use `gmake` on BSD
|
||||||
- Add `REPLXX=0` if C++ is unavailable (will remove line editing/coloring/name completion in the REPL)
|
- 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
|
- `make clean` to get to a clean build state
|
||||||
2. `./BQN somefile.bqn` to execute a file, or `./BQN` for a REPL
|
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:
|
||||||
|
|
||||||
|
[](https://repology.org/project/cbqn/versions)
|
||||||
|
|
||||||
## Configuration options
|
## 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.
|
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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user