README.rst (scons-4.2.0) | : | README.rst (SCons-4.3.0) | ||
---|---|---|---|---|
skipping to change at line 403 | skipping to change at line 403 | |||
If you don't have SCons already installed on your | If you don't have SCons already installed on your | |||
system, you can use the supplied bootstrap.py script (see the section above | system, you can use the supplied bootstrap.py script (see the section above | |||
about `Executing SCons Without Installing`_):: | about `Executing SCons Without Installing`_):: | |||
$ python scripts/scons.py build/scons | $ python scripts/scons.py build/scons | |||
Depending on the utilities installed on your system, any or all of the | Depending on the utilities installed on your system, any or all of the | |||
following packages will be built:: | following packages will be built:: | |||
SCons-4.0.0-py3-none-any.whl | SCons-4.0.0-py3-none-any.whl | |||
SCons-4.2.0.tar.gz | SCons-4.3.0ayyyymmdd.tar.gz | |||
SCons-4.2.0.zip | SCons-4.3.0ayyyymmdd.zip | |||
scons-doc-4.2.0.tar.gz | scons-doc-4.3.0ayyyymmdd.tar.gz | |||
scons-local-4.2.0.tar.gz | scons-local-4.3.0ayyyymmdd.tar.gz | |||
scons-local-4.2.0.zip | scons-local-4.3.0ayyyymmdd.zip | |||
The SConstruct file is supposed to be smart enough to avoid trying to build | The SConstruct file is supposed to be smart enough to avoid trying to build | |||
packages for which you don't have the proper utilities installed. | packages for which you don't have the proper utilities installed. | |||
If you receive a build error, please report it to the scons-devel mailing list | If you receive a build error, please report it to the scons-devel mailing list | |||
and open a bug report on the SCons bug tracker. | and open a bug report on the SCons bug tracker. | |||
Note that in addition to creating the above packages, the default build will | Note that in addition to creating the above packages, the default build will | |||
also unpack one or more of the packages for testing. | also unpack one or more of the packages for testing. | |||
End of changes. 1 change blocks. | ||||
5 lines changed or deleted | 5 lines changed or added |