Updated README.Debian with build instructions for Debian Developers
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Tue, 19 Dec 2017 14:37:47 +0000 (15:37 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Tue, 19 Dec 2017 14:37:47 +0000 (15:37 +0100)
debian/README.Debian

index 8c6619be4d5a41c15e37ed29f621c80f469c973f..446196f602c3af3ef71d0a0b201cf60f8627aadb 100644 (file)
@@ -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=""