solstice-pp

Post-processing utilities for the solstice app
git clone git://git.meso-star.com/solstice-pp.git
Log | Files | Refs | README | LICENSE

commit 09ed3ce2bd76f86b4a38f080d10457f000d09c33
parent 8f0b79d19ff4a00437b30c281d98df99b56bff40
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 17 Aug 2026 15:08:56 +0200

Rewrite the build section of the readme

Diffstat:
MREADME.md | 13+++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -25,9 +25,18 @@ results. - POSIX make - Solstice (optional for test cases) -## Installation +## How to build -Edit config.mk as needed, then run: +These programs, as part of the Solstice app suite, can be built on any x86-64 POSIX +system. + +Note that you will most likely want to build the entire Solstice suite rather +than these programs alone. If so, a good starting point is the dedicated +[Solstice web page](https://www.meso-star.com/solstice/install.html). + +First ensure that the make utility and a C99 compiler are installed on your +system. Then, edit the config.mk file to meet your needs and build the project +by running: make clean install