From a5bb64f9cc957348df68b49976908d0c08d05fbd Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Wed, 10 May 2023 09:48:42 +0200 Subject: Clarified the install process (slightly) --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 6695df3..3a62c2b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,22 @@ So here we are. This works similarly to other test frameworks. # Building +## The project itself + +### Dependencies + +* c++ compiler (c++17) (Usually clang) +* gnumake (or any other flavor) + +Also at `.nix/derivation.nix` the nix build env is specified. +If any other questions arise you can check the supplied dependencies and install process there. + +### Install into your env + +`PREFIX` env variable decides where the install directory lives. Default is `/usr/local` + +* `make install` + ## If keltest is available in env This really is the recommended case. Put things in your env. That's why it exists. Drop in your build container if you must, but just put it in your env. -- cgit v1.2.3