project
<<documentation

Subversion build for unix-like OSes


Prerequisites :
  1. Make sure that you have installed the following libraries :
  2. It is recommended that you also install those optional libraries :
  3. You can also install the following programs :
  4. Get the subversion code :
    svn co https://mp3splt.svn.sourceforge.net/svnroot/mp3splt/mp3splt-project mp3splt-project
Automatic :
  • As root, go in the mp3splt-project directory and type :
    make root_install
Manual :
Libmp3splt build :
  1. Go in the mp3splt-project/libmp3splt directory and type :
    ./autogen.sh
  2. After that, type :
    ./configure

    You can disable the use of ogg with "./configure --disable-ogg" but it is not recommended

    You can disable the use of id3tag with "./configure --disable-id3tag" but it is not recommended

  3. Compile the library :
    make
  4. Install the library :
    (you have to install the library to compile mp3splt-gtk)
    make install

    You have to be root to install the library

  5. Type this line as root :
    if [ -z `grep '/usr/local/lib' /etc/ld.so.conf` ];then `echo '/usr/local/lib' >> /etc/ld.so.conf` && ldconfig;else ldconfig;fi
Mp3splt build :
  1. Go in the mp3splt-project/newmp3splt directory and type :
    ./autogen.sh
  2. After that type :
    ./configure
  3. Compile the program :
    make

    The mp3splt binary is in the mp3splt-project/newmp3splt/src directory

  4. Install the program (optional) :
    make install

    You have to be root to install the program.

Mp3splt-gtk build :
  1. Go in the mp3splt-project/mp3splt-gtk directory and type
    ./autogen.sh
  2. After that type :
    ./configure

    By default, the compilation is without beep-media-player (bmp) support; you can enable bmp support with "./configure --enable-bmp"

  3. Compile the program :
    make

    The mp3splt-gtk binary is in the mp3splt-project/mp3splt-gtk/src directory

  4. Install the program (optional) :
    make install

    You have to be root to install the program

<<documentation
Mp3splt-project do not own the logos or the icons of this page. Please see the icons licenses.