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 462
  • Win 298
  • Mac 84
  • Linux 80
Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14
Windows 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 1
Mac 0 0 0 0 0 0 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
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 1 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 Travis CI

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 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.