]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
OSX: delete another reference to readline 333/head
authorMichael Farrell <micolous+git@gmail.com>
Sun, 25 Jun 2017 11:43:39 +0000 (21:43 +1000)
committerMichael Farrell <micolous+git@gmail.com>
Sun, 25 Jun 2017 11:44:08 +0000 (21:44 +1000)
COMPILING.txt

index 73a80b11fc2d5714f2fcbdfe858bbf75cb87d9cb..bd5bef1c3ea67a707f4a5ec31909794c56f7c7e1 100644 (file)
@@ -3,7 +3,7 @@ The project compiles on Linux, Mac OS X and Windows (MinGW/MSYS).
 it requires:
 - gcc >= 4.4
 - libpthread
-- libreadline
+- GNU libreadline or BSD libedit (editline)
 - libusb
 - perl
 - an ARM cross-compiler to compile the firmware
@@ -119,13 +119,11 @@ Tested on OSX 10.10 Yosemite
         brew tap nitsky/stm32
         brew install arm-none-eabi-gcc
 
-4 - Edit proxmark3/client/Makefile adding path to readline and qt5
+4 - Edit proxmark3/client/Makefile adding path qt5
 
     LDLIBS = -L/usr/local/opt/qt5/lib -L/opt/local/lib -L/usr/local/lib ../liblua/liblua.a -lreadline -lpthread -lm
     CFLAGS = -std=c99 -I/usr/local/opt/qt5/include -I. -I../include -I../common -I../zlib -I/opt/local/include -I../liblua -Wall $(COMMON_FLAGS) -g -O4
 
-    If your old brew intallation use /usr/local/Cellar/ path replace /usr/local/opt/readline/lib with your actuall readline and qt5 path. See homebrew manuals.
-
 5 - Set Environment
 
     export DEVKITPRO=$HOME/proxmark3/
Impressum, Datenschutz