Windows Installer: Difference between revisions

Jump to navigation Jump to search
461 bytes added ,  16 October 2013
no edit summary
No edit summary
No edit summary
Line 25: Line 25:
             libffi-devel libtool openssl-devel patch perl pkgconfig \
             libffi-devel libtool openssl-devel patch perl pkgconfig \
             scons yasm unzip wget xz
             scons yasm unzip wget xz
On 64-bit Fedora, there are open issues with the NSIS package.


===FreeBSD===
===FreeBSD===
Line 31: Line 32:
             openssl patch perl p5-XML-Parser pkg-config \
             openssl patch perl p5-XML-Parser pkg-config \
             scons unzip wget yasm
             scons unzip wget yasm
Ensure that /usr/local/bin precedes /usr/bin in your $PATH:<br>
For C style shells, edit .cshrc
setenv PATH /usr/local/bin:$PATH
For Bourne shells, edit .profile
export PATH = /usr/local/bin:$PATH
On 64-bit FreeBSD, there are open issues with the NSIS package.


===Frugalware===
===Frugalware===
Line 37: Line 46:
               openssl patch perl perl-xml-parser pkgconfig \
               openssl patch perl perl-xml-parser pkgconfig \
               scons unzip wget xz xz-lzma yasm
               scons unzip wget xz xz-lzma yasm
On 64-bit Frugalware, there are open issues with the NSIS package.


===Gentoo===
===Gentoo===
Line 50: Line 60:


===Mac OS X===
===Mac OS X===
Install Xcode 4 and MacPorts, then run:
Install [http://developer.apple.com/xcode/ Xcode 4] and [http://www.macports.org/ MacPorts], then run:


  sudo port install autoconf automake bison cmake flex \
  sudo port install autoconf automake bison cmake flex \
19

edits

Navigation menu