Unoffical gentoo overlay for twister
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
700 B

11 years ago
Unofficial gentoo-twister-overlay
=================================
11 years ago
A gentoo overlay for twister.
This overlay fetches the source from github, builds the twisterd and copies it to /usr/bin.
First install layman if you don't have allready:
# emerge -a layman
# echo "source /var/lib/layman/make.conf" >> /etc/portage/make.conf
(See http://wiki.gentoo.org/wiki/Layman for further instructions.)
Then you can add the overlay to portage with:
11 years ago
# layman -o https://raw.github.com/ddorian1/gentoo-twister-overlay/master/gentoo-twister-overlay.xml -f -a twister
11 years ago
And install twister (and dependencies) with:
11 years ago
# emerge -a twister
I only tested on amd64, but it should work on other platforms too.