-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlibpff-wiki.ini
70 lines (56 loc) · 1.5 KB
/
libpff-wiki.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[Project]
name: "libpff"
status: "alpha"
features: [
"debug_output", "tests", "tools", "python",
"git", "source_package",
"cygwin", "gcc", "mingw", "msvscpp",
"dpkg", "rpm"]
[documentation]
url: "https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/"
[source_package]
url: "https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/"
[git]
url: "https://github.com/libyal/libpff.git"
build_dependencies: []
[development]
main_object: "file"
main_object_filename: "Archive.pst"
[tests]
features: ["profiles", "valgrind"]
profiles: ["libpff", "pypff", "pffinfo", "pffexport"]
example_filename1: "Archive.pst"
example_filename2: "outlook.ost"
[tools]
directory: "pfftools"
names: ["pffexport", "pffinfo"]
[troubleshooting]
example: "pffinfo Archive.pst"
[cygwin]
build_dependencies: [
"zlib-devel (optional but required for compressed image support)"]
dll_dependencies: [
"cyggcc_s-1.dll",
"cygz.dll"]
dll_filename: "cygpff-0.dll"
[gcc]
build_dependencies: [
"zlib (optional but required for compressed image support)"]
static_build_dependencies: [
"zlib (for compressed image support)"]
[mingw]
build_dependencies: [
"MinGW build of zlib library and source headers (optional but required for compressed image support)"]
dll_dependencies: []
dll_filename: "libpff-1.dll"
[msvscpp]
build_dependencies: [
"zlib (required for compressed image support)"]
dll_dependencies: [
"zlib.dll"]
[dpkg]
build_dependencies: [
"zlib1g-dev"]
[rpm]
build_dependencies: [
"zlib1g-dev"]