The Paranormal audio visualization library homepage!
 Navigation
news
about
download
documentation
screenshots
 Downloading Paranormal

Requirements for old-paranormal-xmms

  • xmms >= 1.2.4
  • glib / gtk >= 1.2.2
  • libxml2 >= 2.0.0
  • sdl >= 1.2.0

Installation from sources

  1. Download the latest source tarball from here
  2. Go to the directory where you downloaded the tarball.
  3. Unpack the tarball with tar -xzvf paranormal-0.2.0.tar.gz.
  4. Change to the directory into which the sources were unpacked with cd paranormal-0.2.0.
  5. Run the configure script with ./configure.
  6. Build the program with make.
  7. Run su to enable superuser access.
  8. Install the program with make install.

Anonymous cvs

Core Library


    Requirements
    • autoconf >= 2.50
    • automake >= 1.4-p4
    • libtool >= 1.4
    • pkg-config >= 0.7.0
    • glib - current cvs version OR glib >= 1.2.2 and gtk+ >= 1.2.2
    • libxml >= 1.8.1

    Installation
    1. Run cvs -d:pserver:anonymous@cvs.paranormal.sourceforge.net:/cvsroot/paranormal login.
        (Just hit enter when asked for the password)
    2. Run cvs -d:pserver:anonymous@cvs.paranormal.sourceforge.net:/cvsroot/paranormal co paranormal. This will create a directory called `paranormal' and copy all the source files into it.
    3. You will then need to run ./autogen.sh from that directory to create and run the 'configure' shell script. Any arguments given to autogen.sh will be passed on to the 'configure' script.
    4. Continue from step 6 in the Installation from sources section.

XMMS Plugin


    Requirements
    • paranormal - current cvs version
    • sdl >= 1.2.0
    • xmms >= 1.2.4

    Installation
    1. Run cvs -d:pserver:anonymous@cvs.paranormal.sourceforge.net:/cvsroot/paranormal co pnxmms. This will create a directory called `pnxmms' and copy all the source files into it.
    2. You will then need to run ./autogen.sh from that directory to create and run the 'configure' shell script. Any arguments given to autogen.sh will be passed on to the 'configure' script.
    3. Continue from step 6 in the Installation from sources section.

    NOTE: For now, you must copy the file 'test.pnv' from the pnxmms/ directory to the directory that XMMS is run from (probably your home directory). This is the preset file that that PNXMMS loads.

SourceForge Logo