project
<<documentation

Subversion build for windows


Windows build:
  1. Download MinGW-4.1.1.exe and install it in the directory c:\mp3splt_mingw
  2. Download MSYS-1.0.10.exe and install it in the same directory as MinGW (c:\mp3splt_mingw).

    At the end of the installation, it will ask you if you want to continue with the post-install. Select yes, and yes again when it ask if you have mingw installed. When it ask you to indicate the directory where it is installed, type in c:/mp3splt_mingw (yes, with a forward slash as the program prefers it that way).

  3. Download msysDTK-1.0.1.exe and install it in the same directory as mingw and msys (c:\mp3splt_mingw)
  4. Download libmp3splt_mingw_required_libs.tar.bz2, mp3splt-gtk_mingw_required_libs.tar.bz2, mp3splt-gtk_runtime.tar.bz2 and put them in the home directory of mingw (c:\mp3splt_mingw\home\XXX\ where XXX is the username)
  5. Install TortoiseSVN. Go in the c:\mp3splt_mingw\home\XXX\ directory (with windows explorer) and create a directory called mp3splt-project.
  6. Go in the newly created mp3splt-project directory, right click inside the window and select SVN Checkout. Type the following URL of repository in the newly opened window and then click "ok" :
    https://mp3splt.svn.sourceforge.net/svnroot/mp3splt/mp3splt-project/trunk
  7. Download nsis and install it.
  8. Copy the nsis directory from the installation directory (usually Program Files/nsis) and put it in the mp3splt-project directory.
  9. Double click the msys icon that has been placed on your desktop during MSYS's installation and type :
    cd mp3splt-project && ./compile_win32.sh

    You will find two executables installers in the mp3splt-project directory (one for the command line and the other for the gui)

Cross compiling :

This section explains how to compile mp3splt-project for Windows on a Debian GNU/linux operating system.

  1. Install mingw, nsis and wine as root :
    apt-get install mingw32 mingw32-binutils mingw32-runtime nsis wine subversion
  2. Create the libs directory :
    mkdir libs
  3. Download libmp3splt_mingw_required_libs.tar.bz2, mp3splt-gtk_mingw_required_libs.tar.bz2, mp3splt-gtk_runtime.tar.bz2 and put them in the libs directory
  4. Download mp3splt-project subversion code :
    svn co https://mp3splt.svn.sourceforge.net/svnroot/mp3splt/mp3splt-project mp3splt-project
  5. Type :
    cd mp3splt-project && make windows_cross_installers

    You will find two executables installers in the mp3splt-project directory (one for the command line and the other for the gui)

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