From 10bc198e064b8371da83cfd202ff762149c2483a Mon Sep 17 00:00:00 2001 From: Riccardo Schirone Date: Thu, 28 Jan 2021 10:16:18 +0100 Subject: [PATCH] Remove deprecated ACR/Make from BUILDING.md --- BUILDING.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index a2bd41a8ea..e515f4a45c 100644 --- a/BUILDING.md +++ b/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.