File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,20 @@ MSVCRT90.dll.
40
40
41
41
For other Windows platforms and compilers, see ../PC/readme.txt.
42
42
43
- All you need to do to build is open the solution "pcbuild.sln" in Visual
44
- Studio, select the desired combination of configuration and platform,
43
+ To build modules that depend on external libraries, you need to download
44
+ (and, for some of them, build) those first. It's thus recommended to build
45
+ from the command line once as specified below under "Getting External Sources"
46
+ as that does this automatically.
47
+
48
+ Then, to continue development, you can open the solution "pcbuild.sln" in
49
+ Visual Studio, select the desired combination of configuration and platform,
45
50
then build with "Build Solution". You can also build from the command
46
51
line using the "build.bat" script in this directory; see below for
47
52
details. The solution is configured to build the projects in the correct
48
53
order.
49
54
55
+ To build an installer package, refer to the README in the Tools/msi folder.
56
+
50
57
The solution currently supports two platforms. The Win32 platform is
51
58
used to build standard x86-compatible 32-bit binaries, output into this
52
59
directory. The x64 platform is used for building 64-bit AMD64 (aka
You can’t perform that action at this time.
0 commit comments