Skip to content

Tags: timothyschoen/pd-lua

Tags

plugdata/0.10.2

Toggle plugdata/0.10.2's commit message
PlugData integration (https://plugdata.org/).

0.10.2

Toggle 0.10.2's commit message
Add support for Apple silicon Macs and pkg-config lua.

Disabled some compilation options which prevented compilation on Apple
silicon Macs (M1, M2, etc.).

Lua header files and libraries are located using pkg-config now, to
better accommodate different build environments. There's also a new
`static` option to link against the static Lua library, which is
useful if the target system doesn't have the dynamic Lua library
installed. To do this, invoke make as `make static=yes` (of course,
you'll need to have liblua.a installed to make this work).

If pkg-config fails to locate the Lua header files and libraries, you
can still use LUA_CFLAGS and LUA_LIBS to point make to the right
locations. E.g., the following should work on most Unix-like systems
if Lua is installed in the standard location:

LUA_CFLAGS = -I/usr/include/lua
LUA_LIBS   = -llua

0.10.1

Toggle 0.10.1's commit message
Tutorial text changes, add a note about installing the improved live-…

…coding support.

0.10

Toggle 0.10's commit message
Version bump.

0.9

Toggle 0.9's commit message
Update version number and copyright

0.8

Toggle 0.8's commit message
macOS/MacPorts compatibility

upstream/0.7.3

Toggle upstream/0.7.3's commit message
Upstream version 0.7.3

debian/0.7.3-1

Toggle debian/0.7.3-1's commit message
pd-lua Debian release 0.7.3-1

debian/0.6.0-2

Toggle debian/0.6.0-2's commit message
pd-lua Debian release 0.6.0-2

upstream/0.6.0

Toggle upstream/0.6.0's commit message
Upstream version 0.6.0