User Tools

Site Tools


compilingonmac

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
compilingonmac [2012/01/29 02:06] – [Cross-compiling for PPC on i386] glaubitzcompilingonmac [2012/05/16 00:53] – [Installing extra packages in Macports] glaubitz
Line 41: Line 41:
  
 <code> <code>
-sudo port install glib2 libmad git-core sox libgcrypt taglib libid3tag libusb-devel+sudo port install glib2 libmad git-core sox libgcrypt taglib libid3tag libusb
 </code> </code>
  
Line 171: Line 171:
 </code> </code>
  
-For //libmad//, just add:+For //libmad// and //fftw-3//, just add:
  
 <code> <code>
 configure.args --build=powerpc-apple-darwin9.8.0 configure.args --build=powerpc-apple-darwin9.8.0
 +</code>
 +
 +For //fftw-3//, comment out all lines containing references to "sse2".
 +
 +Finally, for //xorg-libXrandr//, add:
 +
 +<code>
 +configure.ldflags -Wl,-headerpad_max_install_names
 </code> </code>
  
Line 183: Line 191:
 </code> </code>
  
 +Finally, edit the qmake project file of linux-minidisc, //md.pro// by adding the following two lines:
 +
 +<code>
 +CONFIG += ppc
 +CONFIG -= i386
 +</code>
 +
 +Then, build as described above.
 ===== Important Notes ===== ===== Important Notes =====
  
compilingonmac.txt · Last modified: 2017/10/01 09:04 by thp

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki