[PlanetCCRMA] Re: ceres3

Kjetil S. Matheussen k.s.matheussen@notam02.no
Thu Nov 9 11:01:01 2006


na bob:
>
>
> Hi,
> well i'm still a beginner in Linux so i'm not sure
> what i can do. I can tell you what i've got sofar.
> According help i got from the Apodio-distro
> (http://www.apo33.org/apodio/doku.php?id=forum:start)
> i got the following files that are needed:
> libXm.so,libXm.so.2.0,libXm.so, libXm.so.3.0
> I've put them in /usr/X11R6/lib because that's the
> place where they were in Apodio.
> Trying to install with the softwareinstaller from
> fedora6 i get the error of a dependency:
>
> Missing Dependency: /usr/bin/sndplay is needed by
> package ceres3
> Missing Dependency: libXm.so.3 is needed by package
> ceres3
>
> That's about it. Do you hane any suggestions?
>

Theres a certain chance (50% maybe) that the following lines could install 
ceres for you:

apt-get install openmotif-devel
apt-get install libxml-devel
apt-get install libsndfile-devel
apt-get install jack-audio-connection-kit-devel
apt-get install gtk+-devel
apt-get install python-devel
apt-get install libsamplerate-devel
wget http://www.notam02.no/arkiv/src/ceres-0.46.tar.gz
tar xvzf ceres-0.46.tar.gz
cd ceres-0.46/src
sed -i -e 's:/home/kjetil/site:/usr:' Makefile
make
make install