From 2d75289cf67640d584f96c8663342b07ebcbe714 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Tue, 22 Mar 2016 20:41:03 -0400 Subject: [PATCH] update README --- README.md | 2 ++ externals/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 153a7e9ce..556ab8f1f 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ http://l2ork.music.vt.edu/main/?page_id=56#install-dev 3. Once the shell opens, we need to install the dependencies for building Purr Data. Issue the following command:<code> pacman -S autoconf automake git libtool \ make mingw-w64-i686-dlfcn mingw-w64-i686-fftw \ + mingw-w64-i686-ftgl mingw-w64-i686-ladspa-sdk mingw-w64-i686-lame \ mingw-w64-i686-libsndfile mingw-w64-i686-libvorbis \ mingw-w64-i686-lua mingw-w64-i686-toolchain</code> @@ -103,6 +104,7 @@ make install</code> two remaining issues: zexy - rawprint struct (line 20) already defined when using msys2 flext - doesn't compile so you have to remove externals/Makefile reference to it (in the big list of externals) +Gem - copy pd.dll from pd/src to pd/ ### Contributor Guide diff --git a/externals/Makefile b/externals/Makefile index 33c74e179..2c2b22dc3 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -136,7 +136,7 @@ LIB_TARGETS = adaptive arraysize bassemu boids bsaylor comport creb cxc cyclone # this is for libraries that don't compile (yet) on all platforms ifeq ($(OS_NAME),windows) - LIB_TARGETS += + LIB_TARGETS += gem else ifeq ($(OS_NAME),darwin) # on Mac OS X 10.6/Snow Leopard don't build hid since it needs Carbon -- GitLab