-
Notifications
You must be signed in to change notification settings - Fork 139
Building SSCEP
Endi S. Dewata edited this page Jul 20, 2021
·
17 revisions
$ dnf install -y autoconf automake libtool rpm-build $ curl -JLOSs https://github.com/certnanny/sscep/archive/v0.9.0/tags/sscep-0.9.0.tar.gz $ curl -JLOSs https://raw.githubusercontent.com/certnanny/sscep/v0.9.0/scripts/sscep.spec $ mkdir -p ~/rpmbuild/SOURCES $ mv sscep-0.9.0.tar.gz ~/rpmbuild/SOURCES $ sed -i '/%build/ a ./bootstrap.sh' sscep.spec $ rpmbuild -ba sscep.spec
$ cd ~/rpmbuild/RPMS/x86_64 $ dnf localinstall -y sscep-*
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |