Building Horizon Launcher on Windows - HorizonLauncher/Client GitHub Wiki

Build Status

There are snapshot builds available for Windows- check out this page for more information.

Dependencies

  • CMake

    • Just download the installer and install it wherever you want, make sure one of the "Add to path" radio buttons is checked.
  • Boost

    You can either opt to build the libraries yourself, but you can just as easily download prebuilt binaries.

    • Copy the 2nd boost_1_58_0 folder to C:\Boost.
  • Qt >= 5.0 <= 5.5

    • Install the qt version from this list. (If installing the mingw version, make sure it's checked under Tools->mingw-(version))
    • Make SURE you install a version of Qt lower or equal to 5.5 otherwise Horizon won't build.
  • Horizon Launcher (duh)

    • You can clone the repository using Git for easy updates, or if you just want a simple zip you can download one..

Process

Qt Creator

  1. Open Qt Creator

  2. Open project, navigate to where you unzipped the project & open CMakeLists.txt

  3. Run CMake without arguments.

  4. Click the play button on the bottom left panel, or press Ctrl-R

CLion

  1. Install msysgit and make sure that you tick either the 2nd option or the 3rd option.

  2. Open CLion

  3. "Check out from version control" -> "Git"

  4. Input the Git URL

  5. Choose a directory to clone the repo to

  6. Open the directory

  7. Click play