Update BUILDING.md and mention subprojects
This commit is contained in:
parent
e383df5cf7
commit
48f8aed4e8
1 changed files with 4 additions and 0 deletions
|
|
@ -165,4 +165,8 @@ If you are a developer, it might not be necessary to run the `install` step
|
|||
(the second step from above) every time you build Rizin. You can directly use
|
||||
`rizin` from `./build/binrz/rizin/rizin.`
|
||||
|
||||
If you encounter issues while re-building Rizin, try to remove the existing
|
||||
build directory (e.g. `rm -r ./build`) and clean the subproject files
|
||||
downloaded by meson (e.g. `git clean -dxff subprojects/`).
|
||||
|
||||
[doc/PACKAGERS.md]: https://github.com/rizinorg/rizin/blob/dev/doc/PACKAGERS.md
|
||||
|
|
|
|||
Loading…
Reference in a new issue