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 Install dependencies with invoking the command \\
830
+
\medskip
831
+
{\tt vcpkg install --triplet x64-windows zlib} \\
832
+
\medskip
833
+
\end{itemize}
834
+
835
+
To make VCPKG visible to CMAKE in Visual studio, create an environment variable {\tt VCPKG\_ROOT} pointing to the root of the vcpkg directory and configure ORE with the flag {\tt -DCMAKE\_TOOLCHAIN\_FILE=\%VCPKG\_ROOT\%/scripts/buildsystems/vcpkg.cmake}.
836
+
822
837
\subsection{Python and Jupyter}\label{sec:python}
823
838
824
839
Python (version 3.5 or higher) is required to use the ORE Python language bindings in section \ref{sec:oreswig},
0 commit comments