Skip to content

Commit efa6c2d

Browse files
committed
Add Linux install info to readme
1 parent 25a5d31 commit efa6c2d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ and analyze PE (Portable Executables) binaries.
1717
apt install libssl-dev
1818
yum install openssl-devel
1919

20+
## How to install on Linux
21+
22+
cd readpe
23+
sudo make install
24+
echo "/usr/local/lib" | sudo tee /etc/ld.so.conf.d/libpe.conf
25+
sudo ldconfig
26+
2027
## How to build on macOS
2128

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

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

75+
### 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?
76+
77+
Please refer to ['How to install on Linux'](#how-to-install-on-linux).
78+
6879
## License
6980

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

0 commit comments

Comments
 (0)