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

rebuild from a clean state after system changes

Peter Gervai 2020-07-28 13:54:34 +02:00
parent 535e84357c
commit ff8c188013

@ -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
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