[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Denemo-devel] Building denemo on Debian Etch
From: |
Richard Shann |
Subject: |
Re: [Denemo-devel] Building denemo on Debian Etch |
Date: |
Sat, 09 Aug 2008 11:06:26 +0100 |
On Sat, 2008-08-09 at 17:45 +0800, address@hidden wrote:
> I do not think this is a Denemo issue as the error message in
> configure is a macro which did not get replaced with the proper code
> because on the missing programs called by autogen,sh
Right, and having built the release, the git download has now built. So
I think this is the list of packages you need to build denemo from git
using a default Debian Etch netinst installation:
gcc
bison
flex
libaubio
automake
libtool
libxml2-dev
pkg-config
libgtk2.0-dev
fftw3-dev
and either V19 or portaudio or set environment variables:
export PORTAUDIO_CFLAGS=-I/usr/include/
export PORTAUDIO_LIBS="-L/usr/lib -lportaudio"
for portaudio V18.
Then ./autogen.sh, ./configure, make, make install should do the trick.
Richard