Skip to content

Commit

Permalink
nsis readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoonj committed Aug 30, 2012
1 parent 8018a9b commit 4c644d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions nsis/README
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ implib.exe -a -c libxrl-{version}-bcc.lib libxrl-{version}.dll

Now to produce the installer itself we used the NullSoft Installer System. After running ./configure, a script xraylib.nsi will be produced in the nsis subdirectory of the xraylib package. After the crosscompilation, run "makensis xraylib.nsi" in this folder to create the executable. Note that this does not work with the NSIS package available from MacPorts!!! We used Fedora 11 to create the package.

Note: Starting with xraylib 2.16.0, a native build is being used. For this do (in the unpacked directory)

./configure && make && make nsis

This procedure is heavily adapted to my own directory layout and will require considerable changes to get it working on your system.
Build environment is MSYS, compiler comes from TDM-GCC...



----

Expand Down

0 comments on commit 4c644d7

Please sign in to comment.