Development Files: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(changelogtimestamp is no longer updated because of the new nightly system)
 
(3 intermediate revisions by 2 users not shown)
Line 23: Line 23:
SVN is also easier for debugging, because you can download and compare older revisions and merge your own changes.
SVN is also easier for debugging, because you can download and compare older revisions and merge your own changes.


Details about SVN and access to the NSIS source code can be found [http://sourceforge.net/svn/?group_id=22049 here].
You can [https://sourceforge.net/p/nsis/code/HEAD/tree/ browse the SVN repository] using a web interface.


You can also [http://nsis.svn.sourceforge.net/viewvc/nsis/ browse the SVN repository] using a web interface.
Code is also mirrored to [https://github.com/kichik/nsis GitHub] but tags and branches might not be fully up-to-date.


== Nightly builds ==
== Nightly builds ==


The nightly build ZIP archive is compiled from the latest development files. It's updated daily at midnight UTC.
The nightly build ZIP archive is compiled from the latest development files. It's updated every time new code is pushed. It's no longer technically "nightly".


[[File:Zip.gif]] [{{SERVER}}/nightly/nsis.zip Download the latest build] [[{{SERVER}}/nightly/build.log build log]]
[[File:Zip.gif]] [{{SERVER}}/nightly/nsis.zip Download the latest build]


The latest build was generated on <nightlybuildtimestamp></nightlybuildtimestamp>
The latest build was generated on <nightlybuildtimestamp></nightlybuildtimestamp>


See past builds at [https://drone.io/github.com/kichik/nsis Drone.io].
See past builds at [https://github.com/kichik/nsis/actions GitHub Actions].

Latest revision as of 18:46, 20 April 2021

Source code

Source code can be obtained using SVN or using the packaged tarball available in the file list.

Prior to version 2.07, source code was included in the installer.

Development files

Using the development files you can try the latest cutting-edge features and fixes. These files have not been tested so they should not be used in production environments.

See the development change log for the changes since the last release.

To get the changes right to your mailbox, subscribe to nsis-commits.

SVN access

You can use SVN to get the latest development source code. You will always get the latest files and only updated files will be downloaded.

SVN is also easier for debugging, because you can download and compare older revisions and merge your own changes.

You can browse the SVN repository using a web interface.

Code is also mirrored to GitHub but tags and branches might not be fully up-to-date.

Nightly builds

The nightly build ZIP archive is compiled from the latest development files. It's updated every time new code is pushed. It's no longer technically "nightly".

Zip.gif Download the latest build

The latest build was generated on Sun, 09 Mar 2025, 13:46 GMT

See past builds at GitHub Actions.