Commit 532bf275 authored by Stefan Behnel's avatar Stefan Behnel

Minor fixes in the clibraries tutorial.

See #2279.
parent 520035f0
...@@ -24,6 +24,7 @@ type that can encapsulate all memory management. ...@@ -24,6 +24,7 @@ type that can encapsulate all memory management.
.. [CAlg] Simon Howard, C Algorithms library, http://c-algorithms.sourceforge.net/ .. [CAlg] Simon Howard, C Algorithms library, http://c-algorithms.sourceforge.net/
Defining external declarations Defining external declarations
============================== ==============================
...@@ -299,8 +300,8 @@ Afterwards the file :file:`/usr/local/lib/libcalg.so` should exist. ...@@ -299,8 +300,8 @@ Afterwards the file :file:`/usr/local/lib/libcalg.so` should exist.
.. note:: .. note::
This path applies to Linux systems and may be different, This path applies to Linux systems and may be different on other platforms,
so you will need to adapt the rest of the tutorial depending on the so you will need to adapt the rest of the tutorial depending on the path
where ``libcalg.so`` or ``libcalg.dll`` is on your system. where ``libcalg.so`` or ``libcalg.dll`` is on your system.
In this approach we need to tell the setup script to link with an external library. In this approach we need to tell the setup script to link with an external library.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment