Page MenuHomePhabricator

README.static
No OneTemporary

Size
738 B
Referenced Files
None
Subscribers
None

README.static

Libewf supports the following types of static compilation:
* static libary
* static excutables
Creating a static library
Use the following command to tell configure you want to make a static library:
./configure --enable-shared=no
Creating static executables
Make sure you have a static version of:
* glibc
* zlib
* openssl (libcrypto) (can be disabled by --with-openssl=no)
* libuuid (can be disabled by --with-libuuid=no)
* libfuse (can be disabled by --with-libfuse=no)
Some distrubions provide separate packages for static versions of libraries
Use the following command to tell configure you want to make a static executables:
./configure --enable-static-executables=yes --with-openssl=no --with-libuuid=no --with-libfuse=no

File Metadata

Mime Type
text/plain
Expires
Wed, Oct 29, 11:45 AM (13 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1346981
Default Alt Text
README.static (738 B)

Event Timeline