summaryrefslogtreecommitdiff
path: root/utils/zenutils/libraries/pelib-0.9/pelib/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'utils/zenutils/libraries/pelib-0.9/pelib/readme.txt')
-rwxr-xr-xutils/zenutils/libraries/pelib-0.9/pelib/readme.txt44
1 files changed, 44 insertions, 0 deletions
diff --git a/utils/zenutils/libraries/pelib-0.9/pelib/readme.txt b/utils/zenutils/libraries/pelib-0.9/pelib/readme.txt
new file mode 100755
index 0000000000..b26a3e5287
--- /dev/null
+++ b/utils/zenutils/libraries/pelib-0.9/pelib/readme.txt
@@ -0,0 +1,44 @@
1PeLib - Version 0.09 (alpha release)
2=========================================
3
4Copyright 2004 by Sebastian Porst
5WWW: http://www.pelib.com
6E-Mail: webmaster@the-interweb.com
7
8=========================================
9
101. What is PeLib?
112. Where can I find a documentation of PeLib DLL?
123. Which license is used for PeLib?
134. Which compilers are being supported?
145. How do I compile PeLib?
15
161. What is PeLib DLL?
17 PeLib is an open-source C++ library to modify
18 PE files. See http://www.pelib.com for more details.
19
202. Where can I find a documentation of PeLib DLL?
21 http://www.pelib.com
22
233. All parts of PeLib are distributed under the zlib/libpng license.
24 See license.htm for details.
25
264. The following compilers have been tested:
27 MingW with g++ 3.2.3
28 Visual C++ 7.1 / Compiler version 13.10.3052
29 Borland C++ 5.6.4 (currently not supported)
30 Digital Mars Compiler 8.38n (currently not supported)
31
325. Go into the PeLib/source directory and enter the following lines
33 depending on which compiler you use.
34
35 g++: make -f makefile.g++
36 Borland C++: make -f makefile.bcc (currently not supported)
37 Visual C++ 7.1: nmake makefile.vc7
38 Digital Mars: make makefile.dmc (currently not supported)
39
40 If the compilation is succesful there should be some *.o/*.obj files
41 and (if you used g++) a PeLib.a file in the lib directory.
42 Then go to the examples directory and pick one example (I
43 suggest FileDump) and try to build it with the same make
44 command as above. \ No newline at end of file