outposthd:building_from_source

Building OutpostHD from Source

I've tried to make the process of building OutpostHD from source as painless as possible but there are a few things you'll need to do to get it to work right.

First and foremost, OutpostHD is built mostly on Windows using Visual Studio 2019. The Community Edition is free and has all the tools needed to build and debug OutpostHD.

During installation, be sure to select the C++, Git, GitHub Extension and NuGet Package Manager in the Individual Components tab. You'll need all of these.

Git is the source code version control tool that's very popular in both open source and enterprise development. OutpostHD is hosted on GitHub.com and you'll need to ensure that git is installed with Visual Studio. By using the GitHub Extension, you can clone the OutpostHD repository from within Visual Studio without having to use 3rd party tools like TortoiseGit.

For more information on what Git is, see the Wikipedia article about it: https://en.wikipedia.org/wiki/Git

See Setting up vcpkg for complete install instructions.

In addition to NuGet, some of the dependencies for OutpostHD are only available via vcpkg, a very powerful command line package management system. It is not installed with Visual Studio so you'll need to get it set up manually.

After you have Visual Studio, Git and vcpkg installed, we're now ready to clone the OutpostHD repository and build.

To do this, click on the Clone Repository button.

Next, copy the GitHub URL for the OutpostHD repository, https://github.com/ldicker83/OPHD.git, into the Repository location and set a location somewhere on your machine that you can easily access. Here I used C:\Repos\OPHD but you can put it anywhere. Finally, click Clone. After a few moments you'll see the OutpostHD project solution:

  • outposthd/building_from_source.1574052141.txt.gz
  • Last modified: 2019/11/18 04:42
  • by leeor_net