diff options
Diffstat (limited to 'doc/ghdl.texi')
-rw-r--r-- | doc/ghdl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ghdl.texi b/doc/ghdl.texi index ed74f57d9..8a21e6260 100644 --- a/doc/ghdl.texi +++ b/doc/ghdl.texi @@ -3883,7 +3883,7 @@ $ /path/to/gcc/source/dir/configure --prefix=/usr/local --enable-languages=c,vhd --disable-bootstrap --disable-lto --disable-multilib --disable-libssp \ --disable-libgomp --disable-libquadmath $ make -j2 && make install -$ cd /path/to/ghdl/source/dir +$ cd /path/to/ghdl/source/dir/build $ make ghdllib $ make install @end example |