Skip to content

imaginationac/belvedere

 
 

Repository files navigation

Belvedere

An automated file manager for Windows

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

  1. Clone the repo: git clone git://github.com/mshorts/belvedere.git
  2. Download and install NSIS
  3. Download KIllProc plug-in for NSIS
  4. Download and install AutoHotkey_L.
  5. Download and install Compile_AHK.
  6. Compile Belvedere.ahk with Compile_AHK(in the root of the repo) and move the .exe into the /installer directory.
  7. Compile /help/Belvedere Help.hhp with HTML Help Workshop and move the .chm to the /installer directory.
  8. Compile /installer/install.nsi
  9. Make sure to test the installer.

How to build the installer automatically.

  1. Run build-tools/build.ahk
  2. Find the installer in the /dist directory.

How to run.

  1. Download the installer -or-
  2. Install AutoHotkey and run Belvedere.ahk.