link to srpm's
http://www.4shared.com/file/2703153...62srpmstar.html
# run these as root
yum groupinstall "Development Tools"
yum install rpmdevtools
# run these as normal user
rpmdev-setuptree
## for each packages, do
rpmbuild --rebuild filename.src.rpm
## recommended sequence to build -
## compiz -> compiz-bcop -> compiz-fusion-plugins-main -> compiz-fusion-plugins-extras
## compiz-fusion-plugins-unsupported -> libcompizconfig -> compizconfig-python ->
## ccsm -> compizconfig-backend-gconf -> compizconfig-backend-kconfig
## fusion-icon -> emerald -> emerald-themes
You will need to install the packages as you compile them to fulfill the build deps for the next package. ( use rpm with --nodeps to install )
(thanks to leigh at fedoraforum)
No comments:
Post a Comment