[SCM] juce/master: Updated README.Debian with build instructions for Debian Developers

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Dec 19 14:38:17 UTC 2017


The following commit has been merged in the master branch:
commit 74d5d8c8f2903ecbb29f7e8289b043fb1c989e1e
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Tue Dec 19 15:37:47 2017 +0100

    Updated README.Debian with build instructions for Debian Developers

diff --git a/debian/README.Debian b/debian/README.Debian
index 8c6619b..446196f 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=""

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list