diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ After unpacking the source code archive, change to the odb-examples package directory (referred to as odb-examples/ from now on) and run the configure script, for example: -./configure --database <database> +./configure --with-database <database> To see the available configuration options run configure with --help: |