Skip to content

Commit ed2ade2

Browse files
author
Daisuke IIZUKA
committed
[FAB-10783] Fix wrong pkg/lib name in devenv.rst
On fabric project, docs/source/dev-setup/devenv.rst has several typos. Wrong: libtdhl-dev Correct: libltdl-dev Wrong: libtdl.h Correct: ltdl.h Change-Id: I833af839b47b09d84d9c8f4ca05ac98714378b2c Signed-off-by: Daisuke IIZUKA <daisuke.iizuka.ag@hitachi.com>
1 parent f6e72eb commit ed2ade2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/dev-setup/devenv.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ download the missing package at the following address:
186186
http://www.microsoft.com/en-us/download/details.aspx?id=8328
187187

188188
**NOTE:** The inclusion of the miekg/pkcs11 package introduces
189-
an external dependency on the libtdl.h header file during
190-
a build of fabric. Please ensure your libtool and libtdhl-dev packages
189+
an external dependency on the ltdl.h header file during
190+
a build of fabric. Please ensure your libtool and libltdl-dev packages
191191
are installed. Otherwise, you may get a ltdl.h header missing error.
192192
You can download the missing package by command:
193193
``sudo apt-get install -y build-essential git make curl unzip g++ libtool``.

0 commit comments

Comments
 (0)