From ea6709976c13264f8955f391bbc5fd2cf87800dd Mon Sep 17 00:00:00 2001 From: Lucas Date: Sat, 9 Sep 2023 20:29:34 -0700 Subject: [PATCH] Added more detailed instructions for win32 builds --- doc/NormUserGuide.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/doc/NormUserGuide.xml b/doc/NormUserGuide.xml index 43af05c..32f1782 100755 --- a/doc/NormUserGuide.xml +++ b/doc/NormUserGuide.xml @@ -96,8 +96,9 @@ - Download and unpack the NORM source code tarball or clone the - repository using git clone --recurse-submodules https://github.com/USNavalResearchLaboratory/norm.git + Download and unpack the NORM source code tarball or clone the github + repository using + git clone --recurse-submodules https://github.com/USNavalResearchLaboratory/norm.git @@ -119,7 +120,8 @@ - Download and unpack the NORM source code tarball + Download and unpack the NORM source code tarball or clone the + repository as described in the section above. @@ -129,7 +131,7 @@ - Open the "norm.sln" (VC++ .Net), + Inside the "norm/makefiles/win32" directory, open the "norm.sln" (VC++ .Net), "norm.dsw" (VC++ 6.0), or "norm.vcw" (Embedded VC++) workspace file. @@ -141,6 +143,11 @@ the "norm/win32/norm/Release" directory. + The easiest way to run these builds is with Visual Studio. If you do not already have Visual Studio installed, then it can + be downloaded for free here. + When you launch Visual Studio, make sure to select "Visual C++" and open the "norm.sln" file. + This should load all of the project files and allow you to right click on any of them in the Solution Explorer on the + left side and select "build".