OpenLightingProject / libartnet

An Open Source implementation of the ArtNet protocol
https://www.openlighting.org/libartnet-main/
GNU Lesser General Public License v2.1
124 stars 56 forks source link

There is no configure script. #7

Closed tompreston closed 9 years ago

tompreston commented 9 years ago

Hi, not sure if I'm missing something obvious but inside the INSTALL file it says:

Basic Installation

Briefly, the shell commands ./configure; make; make install' should configure, build, and install this package. The following more-detailed instructions are generic; see theREADME' file for instructions specific to this package.

But I get an error when I run:

$ ./configure
bash: ./configure: No such file or directory

Am I missing something here? I'm trying to create the Debian package so I can install libartnet on my machine. Is this the most up-to-date solution?

tompreston commented 9 years ago

Also, the guide here states that I should add the:

deb http://www.nomis52.net/data/debian ./

Repository to my sources.list but I'm getting a 404 and it doesn't appear to be here. Any ideas?

nomis52 commented 9 years ago

./configure is in the tarball, if you pull the git repo (or download a git snapshot) you need to run autoreconf to generate configure. The instructions in INSTALL are for end users (those who download the tarball).

As for the missing debs I can't really help there. You'll need to build from source.