diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-03-11 19:24:09 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-03-11 19:24:09 +0100 |
commit | d07caf380c45ae5e0b8e4f1d1e14e824401b6162 (patch) | |
tree | ace317c0910efc8228bf32d7a4d592d22e06d4cb | |
parent | 9ef9501e2bc9528a37321fc06cee34defe5aa304 (diff) | |
download | ghdl-d07caf380c45ae5e0b8e4f1d1e14e824401b6162.tar.gz ghdl-d07caf380c45ae5e0b8e4f1d1e14e824401b6162.tar.bz2 ghdl-d07caf380c45ae5e0b8e4f1d1e14e824401b6162.zip |
configure: explain in help the installation directories
-rwxr-xr-x | configure | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |