From 3aeb01235e5ba73a9fbe5f2ccaae15438086fd26 Mon Sep 17 00:00:00 2001 From: Tim Boudreau Date: Mon, 1 Jun 2015 04:12:56 -0400 Subject: [PATCH] Add Gentoo Linux instructions --- users/contrib.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/users/contrib.rst b/users/contrib.rst index dcadf3dab..581544dba 100644 --- a/users/contrib.rst +++ b/users/contrib.rst @@ -99,6 +99,22 @@ Fedora - https://copr.fedoraproject.org/coprs/tune2fs/syncthing/ (RPMs, based on https://github.com/thunderbirdtr/syncthing\_rpm) +Gentoo +~~~~~~ + +Syncthing is available from the [timboudreau overlay](http://github.com/timboudreau/gentoo), +which contains an ebuild for building syncthing from source, installing it and setting it up +as a service that runs on startup. + +Install layman if you don't have it already. Then run + +- layman -a timboudreau +- eix-update +- emerge syncthing + +Edit /etc/conf.d/syncthing and set the user who will share files to +your user name. + FreeBSD ~~~~~~~