File tree 1 file changed +2
-2
lines changed
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:
137
137
./configure
138
138
139
139
You 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:
141
141
142
142
./configure --with-boost=/usr/local
143
143
@@ -157,7 +157,7 @@ Run ./configure --help to see other configuration options
157
157
158
158
Please be aware that the Python library will ignore the --prefix option
159
159
and 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
161
161
where the Python modules are installed, set the PY_PREFIX variable.
162
162
(DESTDIR is respected for Python and C++.)
163
163
You can’t perform that action at this time.
0 commit comments