aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-03-11 19:24:09 +0100
committerTristan Gingold <tgingold@free.fr>2022-03-11 19:24:09 +0100
commitd07caf380c45ae5e0b8e4f1d1e14e824401b6162 (patch)
treeace317c0910efc8228bf32d7a4d592d22e06d4cb /configure
parent9ef9501e2bc9528a37321fc06cee34defe5aa304 (diff)
downloadghdl-d07caf380c45ae5e0b8e4f1d1e14e824401b6162.tar.gz
ghdl-d07caf380c45ae5e0b8e4f1d1e14e824401b6162.tar.bz2
ghdl-d07caf380c45ae5e0b8e4f1d1e14e824401b6162.zip
configure: explain in help the installation directories
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure b/configure
index f408d3795..d7bcfe57f 100755
--- a/configure
+++ b/configure
@@ -137,7 +137,7 @@ Options [defaults in brackets]:
--prefix=PREFIX install in PREFIX [$prefix]
--srcdir=SRCDIR source code path [$srcdir]
--libdir=LIBDIR lib dir path relative to PREFIX [$libdirsuffix]
- --libghdldir=LIBDIR ghdl lib dir path relative to PREFIX [$libdirsuffix]
+ --libghdldir=LIBGHDLDIR ghdl lib dir path relative to PREFIX [$libdirsuffix]
--incdir=INCDIR C include dir path relative to PREFIX [$incdirsuffix]
--with-gcc=DIR use gcc backend from DIR
--with-llvm-config[=LLVM-CONFIG] use llvm backend [llvm-config]
@@ -149,6 +149,11 @@ Options [defaults in brackets]:
--enable-gplcompat use GPL-compatible sources for ieee library
--enable-libghdl also build the libghdl shared library
--disable-synth do not build with synthesis feature
+
+Binaries are installed in PREFIX/bin
+Shared libraries are installed in PREFIX/LIBDIRSUFFIX
+C header files are installed in PREFIX/INCDIR
+GHDL libraries are installed in PREFIX/LIBGHDLDIR
EOF
exit 0
fi