mpl/doc/src/README.txt: expand on 'Install prerequisites' (see http://article.gmane.org/gmane.comp.lib.boost.devel/187592)

[SVN r52206]
This commit is contained in:
Aleksey Gurtovoy
2009-04-06 04:28:16 +00:00
parent 2ab6ebd29b
commit 8513479231

View File

@@ -19,6 +19,12 @@ Building
1. Install prerequisites. 1. Install prerequisites.
- To install Docutils, go into its source directory and run
``python setup.py install``.
- To install HTML/frames writer, go to Sandbox's ``agurtovoy/html_frames``
directory and run ``python setup.py install``.
2. Make sure your Python ``Scripts`` directory (e.g. ``C:\Python25\Scripts``) 2. Make sure your Python ``Scripts`` directory (e.g. ``C:\Python25\Scripts``)
is in your search path. is in your search path.