We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f8707 commit c192f36Copy full SHA for c192f36
configure
@@ -1,8 +1,8 @@
1
#!/bin/bash
2
-# Anticonf (tm) script by Jeroen Ooms (2015)
3
-# This script will query 'pkg-config' for the required cflags and ldflags.
4
-# If pkg-config is unavailable or does not find the library, try setting
5
-# INCLUDE_DIR and LIB_DIR manually via e.g:
+# Anticonf script by Jeroen Ooms (2015)
+# The script will try 'mariadb_config' and 'mysql_config' to find required
+# cflags and ldflags. Make sure this executable is in PATH when installing
+# the package. Alternatively, you can set INCLUDE_DIR and LIB_DIR manually:
6
# R CMD INSTALL --configure-vars='INCLUDE_DIR=/.../include LIB_DIR=/.../lib'
7
8
# Library settings
0 commit comments