Skip to content

Commit

Permalink
Merge pull request #204 from gemesa/readme-install-info
Browse files Browse the repository at this point in the history
Add Linux install info to readme
  • Loading branch information
GoGoOtaku committed Oct 28, 2023
2 parents 25a5d31 + efa6c2d commit 576c2c8
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 576c2c8

Please sign in to comment.