From 390138cd40bf5cf421f07efd22ed007da6267e46 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 2 Oct 2020 06:03:12 -0700 Subject: [PATCH] Updated BUILD (markdown) --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 194e60a..967daf8 100644 --- a/BUILD.md +++ b/BUILD.md @@ -42,9 +42,9 @@ especially for development. Example `--prefix=~/.local/`. 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++