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 @@ -14,9 +14,16 @@ The following describes what items are built with the following
14
14
targets:
15
15
16
16
-all (or no target specified): The libsigc++ DLL and the example programs.
17
- -test: The libsigc++ DLL and the test programs.
17
+ -examples: The libsigc++ DLL and the example programs.
18
+ -tests: The libsigc++ DLL and the test programs.
18
19
-benchmark: The libsigc++ DLL and the benchmark program.
19
20
21
+ Building directly from a GIT checkout is now supported, provided that a PERL
22
+ installation is present (pass the PERL interpreter executable in your NMake
23
+ command line by using 'PERL=<path_to_PERL_interpreter_executable>' by using
24
+ the 'prep-git-build' target. Note that in this case, the 'prep-git-build'
25
+ target needs to be run before building any of the other targets.
26
+
20
27
The following are instructions for performing such a build. A 'clean' target is
21
28
provided-it is recommended that one cleans the build and redo the build if any
22
29
configuration option changed. An
@@ -44,5 +51,5 @@ Explanation of options, set by <option>=1:
44
51
BOOST_DLL: When building the benchmark, link to a DLL build of the Boost
45
52
libraries. Required if your installation of the Boost libraries
46
53
are built as DLLs. Note that debug builds must link to debug
47
- builds of Boost and release builds must link to releease builds
54
+ builds of Boost and release builds must link to release builds
48
55
of Boost.
You can’t perform that action at this time.
0 commit comments