update doc and install to properly set and provide options for OSs like centos who need a different prefix
This commit is contained in:
parent
6c7e760f4e
commit
35b6f5297a
2 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue