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
fixed userdoc simulation.xml example AggregationScenarioDataCurrencies and AggregationScenarioDataIndices.
fixed incosistency of boost library (1_78 everywhere now) in userdoc
fixed ABI problem in analytics test by adding PUBLIC BOOST_USE_WINAPI_VERSION=0x0600
Copy file name to clipboardExpand all lines: Docs/UserGuide/userguide.tex
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -661,9 +661,9 @@ \subsubsection*{Windows}
661
661
662
662
Set environment variables, e.g.:
663
663
\begin{itemize}
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}
664
+
\item {\tt \%BOOST\%} pointing to your directory, e.g, {\tt C:{\bs}boost\_1\_78\_0}
665
+
\item {\tt \%BOOST\_LIB32\%} pointing to your Win32 lib directory, e.g, {\tt C:{\bs}boost\_1\_78\_0{\bs}lib32\-msvc\-14.2}
666
+
\item {\tt \%BOOST\_LIB64\%} pointing to your x64 lib directory, e.g, {\tt C:{\bs}boost\_1\_78\_0{\bs}lib64\-msvc\-14.2}
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.
0 commit comments