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:
parent
95128e71d7
commit
69ce06b180
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue