1
0
Fork 0
forked from fun/fun

README update. No code changes. (0.26.3)

This commit is contained in:
Johannes Findeisen 2025-10-06 21:04:32 +02:00
commit 8f810d30c7

View file

@ -165,6 +165,20 @@ FUN_LIB_DIR="$(pwd)/lib" ./build/fun
But be sure to build Fun with -DFUN_WITH_REPL=ON.
## Installation
I do not recommend installing Fun on your system because it is in a very early
stage of development, but I can say that I have Fun installed on my system. If
you want to do that too, type:
```bash
git clone https://git.xw3.org/fun/fun.git
cd fun
cmake -S . -B build -DFUN_DEBUG=OFF -DFUN_WITH_PCSC=OFF -DFUN_WITH_REPL=ON
cmake --build build --target fun
sudo cmake --build build --target install
```
## Author
Johannes Findeisen - you@hanez.org