From 8f810d30c74c5ea133a876a14b8650663e2163a2 Mon Sep 17 00:00:00 2001 From: hanez Date: Mon, 6 Oct 2025 21:04:32 +0200 Subject: [PATCH] README update. No code changes. (0.26.3) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 2767253..db7517f 100644 --- a/README.md +++ b/README.md @@ -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