Skip to content

Commit

Permalink
autotools: Add LD_LIBRARY_PATH instructions to the README
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Goldman <[email protected]>
  • Loading branch information
kgoldman committed Jan 9, 2020
1 parent 0b360ac commit d3b13cc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,17 @@ Refer to the "Advanced options", below, for additional compiler options.
Autotools
---------

On Linux (and probably other Unix systems), open source projects expect
On Linux (and probably other Unix systems), open source projects expect that
the normal shell command 'autoreconf -i && ./configure && make && make install'
should configure and build the package.

If --prefix is omitted, the default /usr/local is used.

The LD_LIBRARY_PATH environment variable must be set to the path
(either the default or a user specified path). E.g.,

export LD_LIBRARY_PATH=/usr/local/lib

Example 1: To configure the TSS library to use the software TPM, build and
install the package in ${HOME}/local/bin and ${HOME}/local/lib directories
execute the following shell commands:
Expand Down

0 comments on commit d3b13cc

Please sign in to comment.