update doc and install to properly set and provide options for OSs like centos who need a different prefix

This commit is contained in:
Blake Harnden 2020-07-14 09:42:14 -07:00
parent 6c7e760f4e
commit 35b6f5297a
2 changed files with 8 additions and 6 deletions

View file

@ -92,6 +92,7 @@ python3 -m pip install --user grpcio==1.27.2 grpcio-tools==1.27.2
# build core
./bootstrap.sh
# centos requires --prefix=/usr
./configure
make
sudo make install
@ -112,9 +113,11 @@ cd ..
pipx install invoke
# install core scripts leveraging poetry virtual environment
# centos requires --prefix=/usr
inv install-scripts
# optionally install systemd service file
# centos requires --prefix=/usr
inv install-service
```