User Tools

Site Tools


compilingonwindows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
compilingonwindows [2009/05/11 23:26] – add a comma megadiscmancompilingonwindows [2011/09/02 21:52] glaubitz
Line 1: Line 1:
 ====== CompilingOnWindows ====== ====== CompilingOnWindows ======
  
-This page explains how to compile libhimd on Windows using CygWin.+This page explains how to compile libhimd on Windows using CygWin. It is recommended, however, to build everything with MinGW for Windows: see also [[CompilingWithMinGW]]
  
 ===== Requirements ===== ===== Requirements =====
Line 9: Line 9:
 Install CygWin with the following packages: Install CygWin with the following packages:
  
-autoconf, automake, pkg-config, libtool, glib2.0-devel, libmcrypt-devel, gcc4, make, git, wget +autoconf, automake, pkg-config, libtool, glib2.0-devel, libmcrypt-devel, gcc4, make, git, wget, libsox
 ===== Getting the Code ===== ===== Getting the Code =====
  
 Open CygWin and change to a folder where you want to build everything. Open CygWin and change to a folder where you want to build everything.
  
-Then fetch the code with git+To get the code, clone it with //git// as shown on the [[start#source_code|homepage]].
- +
-<code> +
-git clone git://z6.physik.fu-berlin.de/linux-minidisc +
-</code>+
  
 Change into the folder containing the code, fetch and install libmad: Change into the folder containing the code, fetch and install libmad:
Line 44: Line 39:
 <code> <code>
 cd .. cd ..
-cd libhimd +qmake -r 
-./autogen.sh && make+make
 </code> </code>
  
Line 51: Line 46:
  
 The actual built code is found in the sub-directory .libs, himdtest.exe is just a loader for the himdtest.exe in the .libs-folder. The actual built code is found in the sub-directory .libs, himdtest.exe is just a loader for the himdtest.exe in the .libs-folder.
- 
- 
compilingonwindows.txt · Last modified: 2017/10/01 09:02 by thp

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki