From 633257432309064afa9a28b966d989f7f000aff1 Mon Sep 17 00:00:00 2001 From: Lucas Santiago Date: Sun, 6 Mar 2022 11:06:19 -0300 Subject: [PATCH] [feat] Arch commands --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index d155fc2..8973790 100644 --- a/README +++ b/README @@ -33,7 +33,8 @@ Compiling from source Ensure that you have the necessary packages to compile programs that use libusb (on Debian or Ubuntu systems, you might need to do apt-get -install libusb-dev). After that, unpack and compile the source code +install libusb-dev | on Arch systems, you might need to do sudo +pacman -S libusb-compact). After that, unpack and compile the source code with: tar xvfz mspdebug-version.tar.gz @@ -41,8 +42,8 @@ with: make On Debian Ubuntu systems sudo apt-get install libreadline-dev may be -required. If you don't want GNU readline support, you can invoke make -with: +required. On Arch systems sudo pacman -S readline may be required. +If you don't want GNU readline support, you can invoke make with: make WITHOUT_READLINE=1