From 5c01a68c26c76d5c1e052585920d4f95c7651e4f Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Wed, 23 Jan 2019 14:37:59 -0800 Subject: [PATCH] updated comments --- makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/makefile b/makefile index 09deb3f..475a99e 100644 --- a/makefile +++ b/makefile @@ -18,11 +18,8 @@ # eg: make linux ARCHID=6 JPEGVER=v80 # # -# To build for 32 bit on 64 bit linux -# sudo apt-get install linux-libc-dev:i386 -# sudo apt-get install libc6-dev-i386 -# sudo apt-get install libjpeg8-dev:i386 -# +# To build for 32 bit on 64 bit linux +# sudo apt-get install linux-libc-dev:i386 libc6-dev-i386 libjpeg8-dev:i386 # # To install ARM Cross Compiler for Raspberry PI # sudo apt-get install libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi libncurses5-dev gcc-arm-linux-gnueabihf