ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

makensis

by idleberg ALL

Advanced build system to compile NSIS scripts, supporting Windows, macOS and Linux (native and Wine)

Labels build, nsis

Details

Installs

  • Total 475
  • Win 306
  • Mac 87
  • Linux 82
Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20
Windows 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

sublime-makensis

The MIT License GitHub

Advanced Sublime Text build system to compile NSIS scripts, supporting Windows, macOS and Linux.

Installation

Package Control

  1. Make sure you already have Package Control installed
  2. Choose “Install Package” from the Command Palette (Super+Shift+p)
  3. Type “makensis” and press Enter

With auto_upgrade enabled, Package Control will keep all installed packages up-to-date!

Using Git

  1. Change to your Sublime Text Packages directory
  2. Clone repository git clone https://github.com/idleberg/sublime-makensis.git makensis

Setup

Windows

Download the NSIS installer from SourceForge and run setup. Once completed, you need to add the installation folder to your PATH environmental variable manually.

Alternatively, you can install NSIS using the Scoop package manager:

$ scoop install nsis/nsis

Linux

Install NSIS from your distribution's default package manager, for example:

# Debian
sudo apt-get install nsis

# Red Hat
sudo dnf install nsis

macOS

Install NSIS using Homebrew or MacPorts:

# Homebrew
brew install nsis

# MacPorts
port install nsis

Usage

When using the NSIS package, you will have to switch the default build system

Tools > Build Systems > makensis

Use the default shortcut Super+b to build scripts or Super+Shift+b to choose a build variant.

Available variants:

  • makensis¹
  • makensis - strict¹ ²
  • makensis - Wine³
  • makensis - Wine, strict² ³
  • makensis - Legacy Windows
  • makensis - Legacy Windows, strict²

¹⁾ requires PowerShell 3.0 (Windows 8 or later)
²⁾ treats warnings as errors, requires NSIS 3.0
³⁾ requires Wine

License

This work is licensed under the The MIT License.