From 4531718ae297381edb9f4c434cbe44431b7dc6bf Mon Sep 17 00:00:00 2001 From: Martin Grigorov Date: Wed, 7 Jun 2023 16:53:31 +0300 Subject: [PATCH] Fix the syntax for passing configure arguments There must be one `--configure-args='...'` for each argument one wants to pass to `configure` --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index df1b943..1398c35 100644 --- a/INSTALL +++ b/INSTALL @@ -20,7 +20,7 @@ OPEN_BABEL_LIBDIR = path to shared (.so) library file These values can also be set through command line switches to the configure scripts: -R CMD INSTALL --configure-args='--with-openbabel-include=... --with-openbabel-lib=...' ChemmineOB.tgz +R CMD INSTALL --configure-args='--with-openbabel-include=...' --configure-args='--with-openbabel-lib=...' ChemmineOB.tgz where the '...' are replaced by the relevant paths.