Add note regarding meson.build files and full rebuild (#2795)

This commit is contained in:
Khairul Azhar Kasmiran 2022-07-09 22:57:05 +08:00 committed by GitHub
parent c3e9c19109
commit 9df2c37a7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,6 +232,7 @@ If you are a developer, it might not be necessary to run the `install` step
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/`).
downloaded by meson (e.g. `git clean -dxff subprojects/`). Note that changing
a `meson.build` file does *not* guarantee a full rebuild.
[doc/PACKAGERS.md]: https://github.com/rizinorg/rizin/blob/dev/doc/PACKAGERS.md