Skip to content

Commit

Permalink
Fix Source instalation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wesseling committed Oct 19, 2020
1 parent 82e7bf0 commit ed69328
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ from source. Make sure you compile with the rights flags, for example have INT12

.. code-block::
$ hg clone hg://dev.monetdb.org/hg/MonetDB
$ hg clone https://dev.monetdb.org/hg/MonetDB
$ cd MonetDB
$ mkdir build
$ cd build
Expand All @@ -56,10 +56,10 @@ variables to have pip find MonetDB:

.. code-block::
$ CFLAGS="-I<monetdb_prefix>/include/ -L<monetdb_prefix>/lib/monetdb" pip install .
$ CFLAGS="-I<monetdb_prefix>/include/ -L<monetdb_prefix>/lib" pip install .
If you set the library CFLAGS at compile time you probably also need to set the `LD_LIBRARY_PATH` runtime:

.. code-block::
$ LD_LIBRARY_PATH=-L<monetdb_prefix>/lib/monetdb
$ LD_LIBRARY_PATH=<monetdb_prefix>/lib

0 comments on commit ed69328

Please sign in to comment.