From: IOhannes m zmölnig (Debian/GNU) Date: Tue, 19 Dec 2017 14:37:47 +0000 (+0100) Subject: Updated README.Debian with build instructions for Debian Developers X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~122 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=74d5d8c8f2903ecbb29f7e8289b043fb1c989e1e;p=juce.git Updated README.Debian with build instructions for Debian Developers --- diff --git a/debian/README.Debian b/debian/README.Debian index 8c6619be..446196f6 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -34,5 +34,16 @@ Debian. - libjpeg - libpng - libflac + - libvorbis libvorbisenc libvorbisfile - libogg - - libvorbis + - zlib + E.g. using something like: + + make LDFLAGS="$(pkg-config --libs libpng libjpeg flac vorbis vorbisfile vorbisenc ogg zlib)" + +- Also be aware, that Projucer generated makefiles usually include + "-march=native", which is mostly not what you want for a generic baseline CPU + build. + You can override that by setting the TARGET_ARCH make variable + + make TARGET_ARCH=""