Makefile, no config: how to compile basenji?

Asked by kozaki

Hey,
Would like to test Basengi, but am not sure how to compile it.
The Makefile says:
--
srcdir=.
top_srcdir=..

include $(top_srcdir)/config.make
--
basenji-{0.6,0.6.1}.tar.gz both include this Makefile that require a ../config.make.
Please what's the point here?

$ make
Makefile:9: ../config.make: Aucun fichier ou dossier de ce type

Question information

Language:
English Edit question
Status:
Answered
For:
Basenji Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Patrick Ulbrich (pulb) said :
#1

Compiling instructions are available in the included readme file.

Basically you need to:
./configure --prefix=/usr
make
sudo make install

Make sure you've installed all the required dependencies.

Can you help with this problem?

Provide an answer of your own, or ask kozaki for more information if necessary.

To post a message you must log in.