Categoria: compiling

  • Contributions to Mageia – December 2012

    Mageia.Org It was a difficult time to me so, I’ve upgraded three packages only and maintained some of the already existing ones to address some issue related to gcc-4.7, automake 1.13 and the bleeding new llvm-3.2. I’ve been also busy translating blog posts for http://blog.mageia.org/it because I’m the only willing to do this job (at…

  • qbittorrent and filezilla on CentOS 6.2

    Yesterday I’ve installed a fresh CentOS 6.2 on my small home pc which aims to be a small server 🙂 After I’ve installed and configured apache, samba and similar stuff, I enabled some additional repositories to install additional software. I was stuck when I was not able to find qbittorrent and filezilla. Even with these…

  • HowTo compile omniORB on Fedora

    Download omniORB srpm Check for building dependencies Install the development tools Launch the binaries packages builder Download omniORB srpm $ wget -c http://www.fourpalms.org/pub/omniORB/SRPMS/omniORB-4.1.4-4.src.rpm Check for building dependencies # yum-builddep omniORB-4.1.4-4.src.rpm Install the development tools # yum groupinstall “Strumenti di sviluppo” Launch the binaries packages builder $ rpmbuild –rebuild omniORB-4.1.4-4.src.rpm For the lazy people… Libraries Development…