Skip to content
Snippets Groups Projects
Commit bb762a31 authored by Ivica Ico Bukvic's avatar Ivica Ico Bukvic
Browse files

build and docs update

parent 051fd72c
No related branches found
No related tags found
No related merge requests found
PD_VERSION
A real-time graphical programming environment for live interactive
computer music, Pd works on SGI machines, Microsoft Windows,
Linux, and Mac OSX.
computer music, Pd-l2ork currently works only on Linux.
Pd is copyrighted, but is free for you to use for any reasonable purpose.
See the file:
......
......@@ -192,8 +192,8 @@ dnl This should be fixed so Pd can use ALSA shared libraries where appropriate.
if test x$jack = xyes; then
AC_CHECK_LIB(rt,shm_open,LIBS="$LIBS -lrt")
AC_CHECK_LIB(jack,jack_set_xrun_callback,LIBS="$LIBS -ljack";jack=xrun,jack=no)
AC_CHECK_LIB(jack,jack_set_error_function,LIBS="$LIBS -ljack";jack=yes,jack=no)
AC_CHECK_LIB(jack,jack_set_xrun_callback,PDLIB="$PDLIB -ljack";jack=xrun,jack=no)
AC_CHECK_LIB(jack,jack_set_error_function,PDLIB="$PDLIB -ljack";jack=yes,jack=no)
fi
LDFLAGS="-Wl,-export-dynamic"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment