File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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
6673Please 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
7081This project is licensed under the GNU General Public License version 2
You can’t perform that action at this time.
0 commit comments