selfjungle Just another WordPress weblog

27Feb/110

install cxxtest to gentoo

It is basically downloading the ebuild from the bgo-overlay - cxxtest and following the steps of this article at linuxreviews about how to install custom ebuilds with gentoo.

Which are in this case:

su

mkdir -p /usr/local/portage
echo PORTDIR_OVERLAY=/usr/local/portage >> /etc/portage/make.conf

mkdir -p  /usr/local/portage/metadata/
touch /usr/local/portage/metadata/layout.conf
echo "masters = gentoo" >> /usr/local/portage/metadata/layout.conf

mkdir -p /usr/local/portage/dev-util/cxxtest/
cd /usr/local/portage/dev-util/cxxtest/
wget http://gpo.zugaina.org/AJAX/Ebuild/2578437 -O cxxtest-3.10.1.ebuild
ebuild cxxtest-3.10.1.ebuild digest
emerge cxxtest
Tagged as: No Comments
23May/090

sefljungle::selfjungle();

Ok, here it comes.

This is just another techblog, mainly for fooling around and posting  programming related stuff in order to create a “code portfolio”. But who knows, maybe I'll find this "public jotter" beneficial one day.

So I'm going to post my coding projects and some findings in C, C++, linux, gentoo, QT and KDE.

Tagged as: , , , No Comments