mirror of
https://github.com/matrix-construct/construct
synced 2024-11-21 17:31:21 +01:00
Updated BUILD (markdown)
parent
91ae343c4e
commit
390138cd40
1 changed files with 2 additions and 2 deletions
4
BUILD.md
4
BUILD.md
|
@ -42,9 +42,9 @@ especially for development. Example `--prefix=~/.local/`.
|
||||||
|
|
||||||
4. **Build Construct**
|
4. **Build Construct**
|
||||||
|
|
||||||
> ❗ Do not set your `--prefix` path to a directory inside your git repository or an invocation of `git clean` will erase your database in $prefix/var/db/.
|
> 🛑 Do not set your `--prefix` path to a directory inside your git repository or an invocation of `git clean` will erase your database in $prefix/var/db/.
|
||||||
|
|
||||||
> 🛑 Any `--with-included-*` option to configure will fetch, configure **and build** the dependencies included as submodules. The result cannot be installed on the system without this repository remaining intact. Please review the special requirements first to understand which options you need or don't need on your system.
|
> ❗ Any `--with-included-*` option to configure will fetch, configure **and build** the dependencies included as submodules. The result cannot be installed on the system without this repository remaining intact. Please review the special requirements first to understand which options you need or don't need on your system.
|
||||||
|
|
||||||
```
|
```
|
||||||
export CXX=clang++
|
export CXX=clang++
|
||||||
|
|
Loading…
Reference in a new issue