Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Patch: Ting Sun

This closes #2317
  • Loading branch information
Sunt-ing authored and Jens-G committed Feb 4, 2021
1 parent de523c7 commit 518163a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -137,7 +137,7 @@ From the top directory, do:
./configure

You may need to specify the location of the boost files explicitly.
If you installed boost in /usr/local, you would run configure as follows:
If you installed boost in `/usr/local`, you would run configure as follows:

./configure --with-boost=/usr/local

Expand All @@ -157,7 +157,7 @@ Run ./configure --help to see other configuration options

Please be aware that the Python library will ignore the --prefix option
and just install wherever Python's distutils puts it (usually along
the lines of /usr/lib/pythonX.Y/site-packages/). If you need to control
the lines of `/usr/lib/pythonX.Y/site-packages/`). If you need to control
where the Python modules are installed, set the PY_PREFIX variable.
(DESTDIR is respected for Python and C++.)

Expand Down

0 comments on commit 518163a

Please sign in to comment.