# HG changeset patch # User Sjoerd Mullender <sjoerd@acm.org> # Date 1373274534 -7200 # Node ID ccdd5feff34447d07eb9e13395c347f0d2e66b7b # Parent a1080ed7fe4d02de3a49a285f74eea4b50bae925 Some updates to the tutorial. diff -r a1080ed7fe4d -r ccdd5feff344 reverse/README.rst --- 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.