From 0b36dd07fe1bd99e314b3c2866407a5886fe57ff Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Thu, 17 Jan 2019 16:13:24 -0800 Subject: [PATCH] updated comments to describe when to build for jpeg8 vs jpeg6 --- makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile b/makefile index e431164..96b0a11 100644 --- a/makefile +++ b/makefile @@ -14,6 +14,9 @@ # Using YUM: # sudo yum install libX11-devel libXtst-devel libXext-devel libjpeg-devel # +# NOTE: If you install headers for jpeg8, you need to put the headers in the v80 folder, and specify JPEGVER=v80 when building MeshAgent +# eg: make linux ARCHID=6 JPEGVER=v80 +# # # To build for 32 bit on 64 bit linux # sudo apt-get install linux-libc-dev:i386 @@ -29,6 +32,7 @@ # Compiling lib-turbojpeg from source, using libjpeg-turbo 1.4.2 # 64 bit-> ./configure --with-jpeg8 # 32 bit-> ./configure --with-jpeg8 --host i686-pc-linux-gnu CFLAGS='-O3 -m32' LDFLAGS=-m32 +# NOTE: If you installed jpeg8 headers on your machine, you must specify --with-jpeg8 when building turbo jpeg, otherwise omit --with-jpeg8 # # Standard builds #