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

Updated BUILD (markdown)

Jason Volk 2020-10-02 02:16:41 -07:00
parent 064087d115
commit 91ae343c4e

@ -51,7 +51,7 @@ especially for development. Example `--prefix=~/.local/`.
export CC=clang
./autogen.sh
./configure --prefix=$HOME/construct-build
./configure --prefix=$HOME/construct-install
make install
```