libyal / libewf

Libewf is a library to access the Expert Witness Compression Format (EWF)
GNU Lesser General Public License v3.0
263 stars 76 forks source link

Wiki improvement ideas #183

Closed Entwicklungsleiter closed 1 year ago

Entwicklungsleiter commented 1 year ago

Moin!

For wiki description how to build libewf from source I have some ideas (after succeeding build deb packages myself):

In area "Using Debian package tools (DEB)" please add some small infos to commandline example:

make && make dist-gzip # to build the tar ball mv libewf-.tar.gz ../libewf-.orig.tar.gz # move tarball above where dpkg-buildpackage will search for it cp -rf dpkg debian dpkg-buildpackage -rfakeroot -b # add parameter -b to make process successful

joachimmetz commented 1 year ago

Thx for the suggestions but the wiki is not intended as a complete guide to "Using Debian package tools (DEB)"

Also if you read https://github.com/libyal/libewf/wiki/Building#read-first it is recommended to use a source distribution package, not build one yourself.