Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishabh Gupta
purr-data
Commits
2d75289c
Commit
2d75289c
authored
Mar 22, 2016
by
Jonathan Wilkes
Browse files
update README
parent
07b116e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2d75289c
...
...
@@ -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
...
...
externals/Makefile
View file @
2d75289c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment