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
\subsection build_install_local Installing from a Local Build
189
+
190
+
To mirror the layout and functionality of an official released package, build the `install` target. The `CMAKE_INSTALL_PREFIX` cmake variable controls the destination of the installation.
191
+
192
+
Once you've installed locally, you can now point at the installation just like you'd point at a release package for the purposes of building separate clients.
193
+
194
+
175
195
\subsection build_windows_variants Windows Build Variants
176
196
177
197
If you need a 32-bit build, choose `x86 Native Tools Command Prompt` and pass
@@ -391,7 +411,7 @@ Support for aarch64-on-x86 on Windows is not yet finished; nor is support for ot
391
411
392
412
\subsection build_windows_details Details for Building on Windows
393
413
394
-
## Compiler
414
+
\subsubsection build_windows_compiler Compiler
395
415
396
416
First, you need the compiler, linker, and associated tools.
397
417
Install Visual Studio 2022 which is the version used by our automated tests.
@@ -410,7 +430,7 @@ environment to use the x64 tools. As mentioned above, you can launch the
410
430
command prompt from the Visual Studio Start menu folder, or run the
411
431
"vcvarsall.bat amd64" script.
412
432
413
-
## CMake
433
+
\subsubsection build_windows_cmake CMake
414
434
415
435
You need CMake (version 3.14+) for Windows (*not* for Cygwin, as we need to pass paths
416
436
with drive letters to our compiler). You can download a binary installation here:
@@ -419,7 +439,7 @@ with drive letters to our compiler). You can download a binary installation her
419
439
420
440
Install CMake and put its bin directory on the path for your shell.
421
441
422
-
## Other Tools
442
+
\subsubsection build_windows_other_tools Other Tools
423
443
424
444
In order to build you must have a version of perl. It can be either a
425
445
Cygwin perl or a native Windows perl.
@@ -431,7 +451,7 @@ In order to build the documentation, you will additionally need:
431
451
These can be either Cygwin packages or native Windows.
432
452
TH`.
433
453
434
-
## Using Cygwin
454
+
\subsubsection build_windows_cygwin Using Cygwin
435
455
436
456
If you wish to run your build commands in a Cygwin bash shell, you will need to
437
457
set up your environment the way that Visual Studio sets up the environment.
0 commit comments