Skip to content

henrikor2/bridlensis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BridleNSIS

BridleNSIS is a language extension for NSIS (Nullsoft Scriptable Install System) designed to make things easier to express and rein in verbosity of NSIS at places.

Latest version: 0.4.1

Build From Source Code

Build from source code requires JDK 1.7 or newer, NSIS, and either Apache Ant 1.8 (or newer) or Gradle 2.0.

  1. Compile BridleNSIS Java classes: >ant|gradle classes
  2. Compile and run tests: >ant|gradle test
  3. Create distribution jar package: >ant|gradle jar
  4. Generate documentation: >ant|gradle doc
  5. Compile installer: >ant|gradle installer

Or simply build all by >ant|gradle.

About

Language extension for NSIS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages