Remove deprecated ACR/Make from BUILDING.md

This commit is contained in:
Riccardo Schirone 2021-01-28 10:16:18 +01:00 committed by Florian Märkl
parent f1f11349a1
commit 10bc198e06

View file

@ -149,18 +149,6 @@ $ ninja -C build install
At this point you can find everything under `/tmp/android-dir` and you can copy
files to your Android device.
# Build with acr/Makefile (deprecated)
Rizin also support compilation with configure+make, however this is not
suggested and it is going to be removed in future releases.
To compile use:
```
$ ./configure --prefix=/usr
$ make
$ sudo make install
```
# Uninstall
If Rizin was installed using `meson`, you can run the following command from the
@ -170,12 +158,6 @@ same build directory where you had previously installed Rizin:
$ sudo ninja -C uninstall # `sudo` may not be required based on how you configured the `build` directory with meson the first time```
```
If you had compiled Rizin using `configure` and `make` (**deprecated**), use:
```
$ sudo make uninstall
```
Furthermore, if you had installed Rizin using a distribution package, use the
corresponding package manager's method for removing a package to uninstall Rizin.