0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-21 17:31:21 +01:00

Updated BUILD (markdown)

Jason Volk 2020-10-02 02:13:39 -07:00
parent ed20342092
commit 064087d115

@ -3,7 +3,7 @@
1. **Fetch dependencies** 1. **Fetch dependencies**
- Ubuntu Cosmic (18.10) through Focal (20.04): - Ubuntu Cosmic (18.10) through Focal (20.04):
```autoconf autoconf-archive autoconf2.13 automake autotools-dev boost1.71 build-essential cmake curl git libbz2-dev libmagic-dev libnss-db libsodium-dev libssl-dev libtool shtool xz-utils``` ```autoconf autoconf-archive autoconf2.13 automake autotools-dev boost1.71 build-essential git libbz2-dev libmagic-dev libnss-db libsodium-dev libssl-dev libtool shtool xz-utils libgraphicsmagick1-dev libgraphicsmagick-q16-3 libicu-dev libjemalloc-dev liblz4-dev libzstd-dev librocksdb-dev clang-10```
2. **Review special requirements for platforms and packages** 2. **Review special requirements for platforms and packages**
@ -47,6 +47,9 @@ especially for development. Example `--prefix=~/.local/`.
> 🛑 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 CC=clang
./autogen.sh ./autogen.sh
./configure --prefix=$HOME/construct-build ./configure --prefix=$HOME/construct-build
make install make install