X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/26fbe1fbd9705bc53a423f41e346323069a93e3e..c621ae0614f61a75f466d778c3e70b8d86a6dc63:/COMPILING.txt?ds=inline

diff --git a/COMPILING.txt b/COMPILING.txt
index 1cc34a0f..e06da5bb 100644
--- a/COMPILING.txt
+++ b/COMPILING.txt
@@ -1,12 +1,13 @@
 The project compiles on Linux, Mac OS X and Windows (MinGW/MSYS).
 
 it requires:
-- gcc >= 4.4
+- gcc >= 4.8
 - libpthread
 - libreadline
 - libusb
 - perl
 - an ARM cross-compiler to compile the firmware
+- libncurses5-dev
 
 and optionally QT for the GUI