mirror of
https://github.com/libyal/libexe
synced 2026-06-08 15:29:55 +00:00
26 lines
818 B
Plaintext
26 lines
818 B
Plaintext
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
|
|
|