diff --git a/docs/src/tutorial/clibraries.rst b/docs/src/tutorial/clibraries.rst index 8ca4d3330f84891447038579c37645ed6aed5f23..2f844c708b711361f1ac982369d4741ea156a3a3 100644 --- a/docs/src/tutorial/clibraries.rst +++ b/docs/src/tutorial/clibraries.rst @@ -24,6 +24,7 @@ type that can encapsulate all memory management. .. [CAlg] Simon Howard, C Algorithms library, http://c-algorithms.sourceforge.net/ + Defining external declarations ============================== @@ -299,8 +300,8 @@ Afterwards the file :file:`/usr/local/lib/libcalg.so` should exist. .. note:: - This path applies to Linux systems and may be different, - so you will need to adapt the rest of the tutorial depending on the + 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 path 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.