outposthd:building_from_source

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
outposthd:building_from_source [2019/11/18 04:33] – [vcpkg] leeor_netoutposthd:building_from_source [2019/11/18 04:45] leeor_net
Line 22: Line 22:
  
 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. 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.
 +
 +===== Cloning the Repository =====
 +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.
 +
 +{{ :outposthd:vs2019_clone_repository.png?nolink |}}
 +
 +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 directory:
 +
 +{{ :outposthd:vs2019_clone_repository3.png?direct&600 |}}
 +
 +Finally, double click on ''proj'', then ''vs2019'' and then ''ophd.sln''. You will now see the project solution.
 +
 +{{ :outposthd:vs2019_clone_repository4.png?direct&600 |}}
 +
 +===== Installing NAS2D =====
 +
 +===== Installing the Data Assets =====
  • outposthd/building_from_source.txt
  • Last modified: 2021/02/19 04:25
  • by leeor_net