tkren / libartnet

An Open Source implementation of the ArtNet protocol

Home Page:https://www.openlighting.org/libartnet-main/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libartnet is an implementation of the ArtNet protocol. ArtNet allows the
transmission of DMX and related data over IP networks.

For installation notes see the INSTALL file. Run autoreconf -fi to create configure scripts.

Building libartnet with mingw-w64:

set up mingw-w64 (and possibly MSYS).

for a 64-bit build: --host=x86_64-w64-mingw32
for a 32-bit build: --host=i686-w64-mingw32

./configure ac_cv_func_malloc_0_nonnull=yes  ac_cv_func_realloc_0_nonnull=yes --host=x86_64-w64-mingw32 --prefix=/some/path/prefix

About

An Open Source implementation of the ArtNet protocol

https://www.openlighting.org/libartnet-main/

License:GNU Lesser General Public License v2.1


Languages

Language:C 98.0%Language:M4 1.5%Language:Makefile 0.5%