Skip to content

Commit dc7ad4d

Browse files
committed
update help message on scons
1 parent a0b9aaa commit dc7ad4d

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

SConstruct

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@
33

44
MY_SCONS_HELP = """\
55
SCons rules for compiling and installing pyobjcryst.
6-
SCons build is much faster when run with parallel jobs (-j4).
7-
Usage: scons [target] [var=value]
86
9-
Targets:
7+
Compile and install the pyobjcryst Python extension.
8+
For faster builds, run with parallel jobs, e.g.:
9+
scons -j4
10+
11+
Usage:
12+
scons [target] [var=value]
1013
11-
module build Python extension module _pyobjcryst.so [default]
12-
install install to default Python package location
13-
develop copy extension module to src/pyobjcryst/ directory
14-
test execute unit tests
14+
Targets:
15+
(default) Build the Python extension module `_pyobjcryst.so` (or `.pyd` on Windows)
16+
dev install extension module into `src/pyobjcryst/` (development mode)
17+
test Run pytest on the package with the installed extension
1518
1619
Build configuration variables:
1720
%s

0 commit comments

Comments
 (0)