Skip to content

Building from Source

Jakukyo Friel edited this page May 11, 2015 · 1 revision

Using Sublime Text

All

You can build Vintageous using a build system:

  1. Open the project Vintageous.sublime-project
  2. In the main menu, select Tools → Build System → Vintageous
  3. Press F7

On Windows, you will need to first configure your environment as explained further down.

Using the Command Line

Windows

  1. Create file .sublime-package-dev in your %USERPROFILE% directory with the following line:
    global-win installed-packages C:\Path\to\your\sublime\Installed Packages
  2. Run .\bin\Publish.ps1

.dist/Vintageous.sublime-package should be copied to your Installed Packages folder automatically.

Linux

  1. Run cd bin; bash build.sh

.dist/Vintageous.sublime-package should be copied to your Installed Packages folder automatically.

OS X

See Linux section.

Clone this wiki locally