mirror of
https://github.com/rizinorg/rizin
synced 2026-08-22 20:26:16 -04:00
Remove deprecated ACR/Make from BUILDING.md
This commit is contained in:
parent
f1f11349a1
commit
10bc198e06
1 changed files with 0 additions and 18 deletions
18
BUILDING.md
18
BUILDING.md
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue