Development Files: Difference between revisions
(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. | ||
You can [https://sourceforge.net/p/nsis/code/HEAD/tree/ 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 | 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 | [[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:/ | 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".
The latest build was generated on Sun, 09 Mar 2025, 13:46 GMT
See past builds at GitHub Actions.