- Platform: Windows (XP and later)
- Language(s): AutoHotkey, NSIS (for the installer)
- License: GPL v3
See LICENSE.txt for licensing details.
#How to build the installer manually.
- Clone the repo:
git clone git://github.com/mshorts/belvedere.git
- Download and install NSIS
- Download KIllProc plug-in for NSIS
- Download and install Microsoft HTML Help Workshop 1.3.
- Download and install AutoHotkey_L.
- Download and install Compile_AHK.
- Compile Belvedere.ahk with Compile_AHK(in the root of the repo) and move the .exe into the /installer directory.
- Compile /help/Belvedere Help.hhp with HTML Help Workshop and move the .chm to the /installer directory.
- Compile /installer/install.nsi
- Make sure to test the installer.
#How to build the installer automatically.
- Run build.ahk
- Find the installer in the /dist directory.
#How to run.
- Download the installer -or-
- Install AutoHotkey and run Belvedere.ahk.