mirror of
https://github.com/matrix-construct/construct
synced 2024-11-24 07:44:28 +01:00
rebuild from a clean state after system changes
parent
535e84357c
commit
ff8c188013
1 changed files with 8 additions and 0 deletions
8
BUILD.md
8
BUILD.md
|
@ -57,6 +57,14 @@ as submodules. The result will not be installable on the system without this rep
|
||||||
remaining intact. Please read the compatibility primer first to understand which options
|
remaining intact. Please read the compatibility primer first to understand which options
|
||||||
you need or don't need on your system.
|
you need or don't need on your system.
|
||||||
|
|
||||||
|
##### Re-building
|
||||||
|
When you want to recompile and your system had changes (upgraded libs, compiler, switching between clang and gcc, etc.) you are advised to start from a clean state:
|
||||||
|
|
||||||
|
```
|
||||||
|
git reset --hard && git clean -f -x -d
|
||||||
|
./autogen.sh
|
||||||
|
./configure --prefix=...
|
||||||
|
```
|
||||||
|
|
||||||
### Additional build options
|
### Additional build options
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue