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
Next revisionBoth sides next revision
compilingonwindows [2009/05/10 16:01] wikiadmincompilingonwindows [2009/05/11 21:50] – Added some notes of the build-result. wikiadmin
Line 9: Line 9:
 Install CygWin with the following packages: Install CygWin with the following packages:
  
-autoconf, automake, pkg-config, libtool, glib2.0-devel, gcc4, make, git, wget+autoconf, automake, pkg-config, libtool, glib2.0-devel, libmcrypt-devel, gcc4, make, git, wget
  
 ===== Getting the Code ===== ===== Getting the Code =====
Line 31: Line 31:
 </code> </code>
  
-===== Build the code =====+Install a missing pkg-config file for libmad into cygwin: 
 + 
 +<code> 
 +wget http://users.physik.fu-berlin.de/~glaubitz/linux-minidisc/mad.pc 
 +cp mad.pc /usr/lib/pkgconfig 
 +</code> 
 + 
 +===== Building the code =====
  
 <code> <code>
Line 39: Line 46:
 </code> </code>
  
 +===== Notes =====
 +
 +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