xo-ratio: build: streamline docs+utest setup

This commit is contained in:
Roland Conybeare 2024-04-25 18:15:24 -04:00
commit 562bcaa395
7 changed files with 39 additions and 296 deletions

View file

@ -40,7 +40,7 @@ $ git clone https://github.com/Rconybea/xo-ratio
$ cd xo-ratio
$ PREFIX=/usr/local # for example
$ BUILDDIR=.build # for example
$ make ${BUILDDIR}
$ mkdir ${BUILDDIR}
$ cmake --build .build
$ cmake --install .build
```