mirror of
https://github.com/matrix-construct/construct
synced 2025-02-16 08:40:11 +01:00
Use $HOME var rather than ~
parent
98133d307e
commit
74f057ade1
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -31,7 +31,7 @@ the requirements of Construct's embedding.
|
||||||
3. **Review the installation layout**
|
3. **Review the installation layout**
|
||||||
|
|
||||||
At this time it is suggested to supply `./configure` with a `--prefix` path,
|
At this time it is suggested to supply `./configure` with a `--prefix` path,
|
||||||
especially for development. Example `--prefix=~/.local/`.
|
especially for development. Example `--prefix=$HOME/.local/`.
|
||||||
|
|
||||||
- Binary executable `$prefix/bin/construct`
|
- Binary executable `$prefix/bin/construct`
|
||||||
- Shared library `$prefix/lib/libircd.so`
|
- Shared library `$prefix/lib/libircd.so`
|
||||||
|
|
Loading…
Add table
Reference in a new issue