From 82c1468ab02e146fe3425efcef10d3bf7f73e715 Mon Sep 17 00:00:00 2001 From: Bert Timmerman Date: Wed, 11 Jan 2012 20:27:26 +0100 Subject: [PATCH] doc/gs/installation.texi: Added information how to install pcb on Fedora. Signed-off-by: Bert Timmerman --- doc/gs/installation.texi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/gs/installation.texi b/doc/gs/installation.texi index 31f9ed6fc7..6d6a1acd5e 100644 --- a/doc/gs/installation.texi +++ b/doc/gs/installation.texi @@ -28,6 +28,23 @@ apt-get install pcb @node Fedora @subsection Fedora +To automatically download and install the latest version (and +dependencies) from one of the (pre-configured) Fedora repositories: + +@example +yum install pcb +@end example + +To install a manually downloaded rpm: + +@example +rpm -ivh +@end example + +Where is the downloaded rpm of your choice. +Required dependencies need to be downlodad and installed simultaneously, +or beforehand. + @node Gentoo @subsection Gentoo -- 2.11.4.GIT