mirror of
https://github.com/libyal/libexe
synced 2026-06-08 15:29:55 +00:00
2df757db951ec0e0dfca63df503238cf38336f02
Building .deb files To build .deb files make sure you've have installed debhelper, dpkg-buildpackage and fakeroot * copy the dpkg directory to debian * run "dpkg-buildpackage -rfakeroot" this will create the .deb files in the parent directory Building .rpm files To build .rpm files make sure you've have installed rpmbuild * rename the distrubted tar.gz file if necessary; applies to experimental, alpha and beta versions "mv libexe-alpha-<version>.tar.gz libexe-<version>.tar.gz" * run "rpmbuild -ta libexe-<version>.tar.gz" this will create the .rpm files in the rpmbuild tree, commonly ~/rpmbuild/RPMS/... Solaris To build libexe on Solaris make sure that /usr/ccs/bin and /usr/sfw/bin are defined in the PATH environment variable Also see: * README.dll * README.macosx * README.mingw * README.static
Description
Languages
C
75.1%
M4
12.5%
Shell
5.2%
PowerShell
2.7%
Python
1.9%
Other
2.6%