1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

Installation at a user defined location

add small description to install HermitCore at a user defined location
This commit is contained in:
Stefan Lankes 2017-04-22 13:40:06 +02:00 committed by GitHub
parent 95128e71d7
commit 69ce06b180

View file

@ -104,8 +104,13 @@ $ cmake -DTOOLCHAIN_BIN_DIR=/home/user/hermit/bin ..
```
assuming that binaries like `x86_64-hermit-gcc` and friends are located in that
directory.
directory. To install your new version in the same directory, you have to set the installation path and to install HermitCore as follows:
```bash
$ cmake -DTOOLCHAIN_BIN_DIR=/home/user/hermit/bin -DCMAKE_INSTALL_PREFIX=/home/user/hermit ..
$ make
$ make install
```
## Testing