File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ From the top directory, do:
137137 ./configure
138138
139139You may need to specify the location of the boost files explicitly.
140- If you installed boost in /usr/local, you would run configure as follows:
140+ If you installed boost in ` /usr/local ` , you would run configure as follows:
141141
142142 ./configure --with-boost=/usr/local
143143
@@ -157,7 +157,7 @@ Run ./configure --help to see other configuration options
157157
158158Please be aware that the Python library will ignore the --prefix option
159159and just install wherever Python's distutils puts it (usually along
160- the lines of /usr/lib/pythonX.Y/site-packages/). If you need to control
160+ the lines of ` /usr/lib/pythonX.Y/site-packages/ ` ). If you need to control
161161where the Python modules are installed, set the PY_PREFIX variable.
162162(DESTDIR is respected for Python and C++.)
163163
You can’t perform that action at this time.
0 commit comments