Skip to content

Commit

Permalink
Add some useful info about install to readme
Browse files Browse the repository at this point in the history
Signed-off-by: unknownln <unknownloner.online@gmail.com>
  • Loading branch information
unknownloner committed Aug 10, 2016
1 parent 16be1d1 commit 61c73ff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ To build, create a new directory and run:
To install (may require root), run from the same directory:
% make install

On UNIX systems, ensure that the install destination lib folder is added to
your LD\_LIBRARY\_PATH, or add it to your /etc/ld.so.conf. A default install
will place library files in /usr/local/lib, which is not searched by default
on many Linux distributions.

Examples:

% export LD_LIBRARY_PATH /usr/local/lib
or
% echo /usr/local/lib | sudo tee /etc/ld.so.conf

WARNING
=======
Expand Down

0 comments on commit 61c73ff

Please sign in to comment.