diff --git a/doc/installation.rst b/doc/installation.rst index b505838..c7b3b06 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -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 @@ -56,10 +56,10 @@ variables to have pip find MonetDB: .. code-block:: - $ CFLAGS="-I/include/ -L/lib/monetdb" pip install . + $ CFLAGS="-I/include/ -L/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/lib/monetdb \ No newline at end of file + $ LD_LIBRARY_PATH=/lib