|
Linux Gentoo |
Instructions for latest Stable VersionHere are the commands for installing XtreemFS on Gentoo.
mkdir -p /etc/portage/package.{mask,use}
echo 'app-portage/layman git' >> /etc/portage/package.use/layman
layman -L
layman -d xtreemfs
layman -a xtreemfs
echo '>net-fs/xtreemfs-1.4' >> /etc/portage/package.mask/xtreemfs
emerge -av net-fs/xtreemfs
Unstable VersionWe regularly create unstable packages which include fixes for known bugs and features of upcoming versions. Use the ebuild file net-fs/xtreemfs-8888_beta to install the latest unstable version. The corresponding sources can be found in our SVN below /tags/XtreemFS-unstable/. Trunk VersionIf you do not want to wait for the next unstable version, you can also install the version of our SVN trunk by using the ebuild file net-fs/xtreemfs-9999. |