Skip to content

Commit

Permalink
Add Linux install info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gemesa committed Oct 27, 2023
1 parent 25a5d31 commit efa6c2d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ and analyze PE (Portable Executables) binaries.
apt install libssl-dev
yum install openssl-devel

## How to install on Linux

cd readpe
sudo make install
echo "/usr/local/lib" | sudo tee /etc/ld.so.conf.d/libpe.conf
sudo ldconfig

## How to build on macOS

cd readpe
Expand Down Expand Up @@ -65,6 +72,10 @@ make sure you've set both CFLAGS and LDFLAGS environment variables according.

Please check the [online documentation](https://pev.sourceforge.io/doc/manual/en_us/) for more details.

### I get an `error while loading shared libraries: libpe.so.1: cannot open shared object file: No such file or directory`. How can I fix that?

Please refer to ['How to install on Linux'](#how-to-install-on-linux).

## License

This project is licensed under the GNU General Public License version 2
Expand Down

0 comments on commit efa6c2d

Please sign in to comment.