build: standardizing

This commit is contained in:
Roland Conybeare 2023-10-04 00:01:55 -04:00
commit e27c64ce15
4 changed files with 11 additions and 722 deletions

View file

@ -37,7 +37,8 @@ indentlog
$ cd indentlog
$ mkdir build
$ cd build
$ cmake -DCMAKE_MODULE_PATH=/usr/local/share/cmake -DCMAKE_INSTALL_PREFIX=/usr/local ..
$ PREFIX=/usr/local # for example
$ cmake -DCMAKE_MODULE_PATH=${PREFIX}/share/cmake -DCMAKE_INSTALL_PREFIX=${PREFIX} ..
$ make
$ make install
```