Subversion build for windows
Windows build:
- Download
MinGW-4.1.1.exe
and install it in the directory
c:\mp3splt_mingw
- 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).
- Download msysDTK-1.0.1.exe
and install it in the same directory as mingw and msys (c:\mp3splt_mingw)
- 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)
- Install TortoiseSVN. Go in the c:\mp3splt_mingw\home\XXX\ directory (with windows explorer) and create a directory called mp3splt-project.
-
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
- Download nsis and install it.
- Copy the nsis directory from the installation directory (usually
Program Files/nsis)
and put it in the mp3splt-project directory.
- 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.
- Install mingw, nsis and wine as root :
apt-get install mingw32 mingw32-binutils mingw32-runtime nsis wine subversion
- Create the libs directory :
mkdir libs
- 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
- Download mp3splt-project subversion code :
svn co https://mp3splt.svn.sourceforge.net/svnroot/mp3splt/mp3splt-project mp3splt-project
- 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)
|