CVS repository for rhyno @ sourceforge.net ********************************************************** INSTALLATION INSTRUCTIONS: ********************************************************** ********************************************************** first of all exctract the archive !!! Configure your system: $> ./configure --prefix=instpath eg.: ./configure --prefix=$PWD Local install in $prefix $> make install Systemwide installation, drop the --prefix option. Standard *** prefix="/usr/local" *** "rhyno" will be callabel from everywhere. the system will now, where "librhyno.so" is You HAVE to be super-user to install rhyno: $> su -c "make install" check if rhyno is linked properly against librhyno.so: $> ldd $prefix/bin/rhyno ********************************************************** What gets installed where? rhyno's files will be installed in ********************************************************** $prefix/bin -> rhyno executable $prefix/lib -> librhyno.so $prefix/share/rhyno -> extra rhyno data (nothing right now) ********************************************************** ********************************************************** if some error occurs, try: ********************************************************** $> ./configure --prefix=instpath $> cd librhyno $> make install $> cd .. [maybe: $> ./configure --prefix=instpath] $> cd src $> make install ********************************************************** ********************************************************** ********************************************************** Contents of this tarball/directory ********************************************************** ./release_0/rhyno_r0.tar.gz original version of rhyno, just the state at the end of the diplomathesis, no cosmetics, not user-friendly, to many functions, BUT *stable* ./src: actual running version of rhyno ./extra: defaults.opt : default options file fftw-3.1.2.tar.gz : src for fftw3 needed by rhyno Note: if your package manager knows fftw3 himself, let it install the lib !!! ./doc: tl-diploma-thesis.pdf ********************************************************** **********************************************************