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-21 21:14:32 -07:00
parent 74f057ade1
commit 2333066f73

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