From d07caf380c45ae5e0b8e4f1d1e14e824401b6162 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 11 Mar 2022 19:24:09 +0100 Subject: configure: explain in help the installation directories --- configure | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3