Mercurial > hg > MonetDB-extend
changeset 1:ccdd5feff344
Some updates to the tutorial.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Mon, 08 Jul 2013 11:08:54 +0200 (2013-07-08) |
parents | a1080ed7fe4d |
children | 22a95811ba05 |
files | reverse/README.rst |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/reverse/README.rst Fri Jul 05 17:14:08 2013 +0200 +++ b/reverse/README.rst Mon Jul 08 11:08:54 2013 +0200 @@ -152,6 +152,9 @@ str UDFreverse(str *retval, const str *arg); str UDFBATreverse(bat *retval, const bat *arg); +Note that the definitions are not entirely equivalent. The target of +the ``const`` keyword is different for the first function. + The type ``bat`` is defined as ``int``, so you may see ``int`` in many places in the MonetDB source code in equivalent positions. @@ -284,5 +287,8 @@ To bring all of this together, we have a ``Makefile``. It uses the ``pkg-config`` command to find the location of the MonetDB installation and the arguments needed to compile the module. This -Makefile works on Fedora Linux. The file may need to be changed for -other systems. +Makefile works on Fedora Linux if you have the packages +``MonetDB-devel`` and ``MonetDB5-server-devel`` with all their +dependencies installed (available in the feature release after the +Feb2013 release cycle). The file may need to be changed for other +systems.