You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\item Start the installation file and choose an installation folder (the ``boost root directory''). Take a note of that folder as it will be needed later on.
616
616
\item Finish the installation by clicking Next a couple of times.
@@ -621,19 +621,19 @@ \subsubsection*{Windows}
621
621
\begin{enumerate}
622
622
\item Open a Visual Studio Tools Command Prompt
623
623
\begin{itemize}
624
-
\item 32-bit: VS2019 x86 Native Tools Command Prompt
\item Download and install Visual Studio Community Edition (Version 2017 or later).
656
+
\item Download and install Visual Studio Community Edition (Version 2019 or later, 2022 is recommended).
657
657
During the installation, make sure you install the Visual
658
658
C++ support under the Programming Languages features (disabled by default).
659
659
@@ -662,8 +662,8 @@ \subsubsection*{Windows}
662
662
Set environment variables, e.g.:
663
663
\begin{itemize}
664
664
\item {\tt \%BOOST\%} pointing to your directory, e.g, {\tt C:{\bs}boost\_1\_72\_0}
665
-
\item {\tt \%BOOST\_LIB32\%} pointing to your Win32 lib directory, e.g, {\tt C:{\bs}boost\_1\_72\_0{\bs}lib32\-msvc\-14.2}
666
-
\item {\tt \%BOOST\_LIB64\%} pointing to your x64 lib directory, e.g, {\tt C:{\bs}boost\_1\_72\_0{\bs}lib64\-msvc\-14.2}
665
+
\item {\tt \%BOOST\_LIB32\%} pointing to your Win32 lib directory, e.g, {\tt C:{\bs}boost\_1\_72\_0{\bs}lib32\-msvc\-14.3}
666
+
\item {\tt \%BOOST\_LIB64\%} pointing to your x64 lib directory, e.g, {\tt C:{\bs}boost\_1\_72\_0{\bs}lib64\-msvc\-14.3}
667
667
\end{itemize}
668
668
669
669
\item Download and install CMake for Windows (https://cmake.org/download/). Visual Studio Community Edition 2019 or later supports CMake and you can install the feature 'C++ CMake Tools for Windows' instead of installing CMake as standalone program.
@@ -672,18 +672,18 @@ \subsubsection*{Windows}
672
672
673
673
%\subsubsection*{Visual Studio with CMake}
674
674
675
-
From Visual Studio 2015 and later supports CMake Projects.
675
+
Visual Studio 2019 and later supports CMake Projects.
676
676
677
677
\begin{enumerate}
678
-
\item Start Visual Studio 2017 or later.
678
+
\item Start Visual Studio 2019 or later.
679
679
\item Select "Open a local folder" from the start page or menu.
680
680
\item In the dialog window, select the ORE root directory.
681
681
\item Visual Studio will read the cmake presets from CMakePresets.json and the project file CMakeList.txt and configure the project.
682
682
\item Once the configuration is finished and one can build the project.
683
683
\item The executables are built in the subfolder {\tt /build/TARGET/CONFIGURATION/EXECUTABLE}, e.g. {\tt /build/App/Release/ore.exe}.
684
684
\end{enumerate}
685
685
686
-
ORE is shipped with configuration and build presets using Visual Studio 2022 and the Ninja build system. Those presets are configured in the CMakePreset.json which is read by Visual Studio by default when opening the CMake project. If you want to use Visual Studio 2019 or Visual Studio 2017 instead, you would have to change the Generator in the CMakePreset.json from "Visual Studio 17 2022" to "Visual Studio 16 2019" or "Visual Studio 15 2017".
686
+
ORE is shipped with configuration and build presets using Visual Studio 2022 and the Ninja build system. Those presets are configured in the CMakePreset.json which is read by Visual Studio by default when opening the CMake project. If you want to use Visual Studio 2019 instead, you would have to change the Generator in the CMakePreset.json from "Visual Studio 17 2022" to "Visual Studio 16 2019".
687
687
688
688
You can switch in the solution explorer from the file view to the projects view, where the CMake Targets View can be selected. In this view, the various target projects can be seen below "ORE Project" and be used in a similar manner as the usual VS projects.
689
689
@@ -883,7 +883,7 @@ \subsection{Building ORE-SWIG and Python Wheels}\label{sec:oreswig}
883
883
%
884
884
%{\footnotesize
885
885
%{\tt mkdir build $\backslash$} \\
886
-
%{\tt cmake -G "Visual Studio 15 2017" $\backslash$}\\
886
+
%{\tt cmake -G "Visual Studio 17 2022" $\backslash$}\\
0 commit comments