Fedora
From Gerris
(Difference between revisions)
| Revision as of 14:29, 4 January 2011 Popinet (Talk | contribs) (Added Fedora 13 and 14) ← Previous diff |
Revision as of 17:09, 25 June 2011 Popinet (Talk | contribs) (Added instructions for yum) Next diff → |
||
| Line 1: | Line 1: | ||
| Daily [[snapshot release|snapshot]] builds for [http://fedoraproject.org/ Fedora] are available at: | Daily [[snapshot release|snapshot]] builds for [http://fedoraproject.org/ Fedora] are available at: | ||
| - | * http://download.opensuse.org/repositories/home:/popinet/Fedora_12 | ||
| - | * http://download.opensuse.org/repositories/home:/popinet/Fedora_13 | ||
| * http://download.opensuse.org/repositories/home:/popinet/Fedora_14 | * http://download.opensuse.org/repositories/home:/popinet/Fedora_14 | ||
| - | ---- | + | To enable the correct repository in Fedora, you need to copy and paste the following repository definition |
| + | <pre> | ||
| + | [gerris] | ||
| + | name=Gerris Flow Solver development snapshot | ||
| + | baseurl=http://download.opensuse.org/repositories/home:/popinet/Fedora_$releasever | ||
| + | enable=1 | ||
| + | gpgcheck=1 | ||
| + | gpgkey=http://gfs.sf.net/debian/popinet_key.asc | ||
| + | </pre> | ||
| + | in a file called (for example) <code>/etc/yum.repos.d/gerris.repo</code>. Note that you will need root access to be able to do this. | ||
| - | ''Fedora users please feel free to improve this page by adding more detailed installation instructions'' | + | Once this is done, you can install Gerris, GfsView (and dependencies) using |
| + | |||
| + | su -c 'yum install gerris-snapshot gfsview-snapshot' | ||
| + | |||
| + | If you want to update Gerris and GfsView to the latest version do | ||
| + | |||
| + | su -c 'yum update gerris-snapshot gfsview-snapshot' | ||
| + | |||
| + | ==== See also ==== | ||
| + | |||
| + | [http://docs.fedoraproject.org/en-US/Fedora_Core/3/html/Software_Management_Guide/index.html Software Management with yum] | ||
Revision as of 17:09, 25 June 2011
Daily snapshot builds for Fedora are available at:
To enable the correct repository in Fedora, you need to copy and paste the following repository definition
[gerris] name=Gerris Flow Solver development snapshot baseurl=http://download.opensuse.org/repositories/home:/popinet/Fedora_$releasever enable=1 gpgcheck=1 gpgkey=http://gfs.sf.net/debian/popinet_key.asc
in a file called (for example) /etc/yum.repos.d/gerris.repo. Note that you will need root access to be able to do this.
Once this is done, you can install Gerris, GfsView (and dependencies) using
su -c 'yum install gerris-snapshot gfsview-snapshot'
If you want to update Gerris and GfsView to the latest version do
su -c 'yum update gerris-snapshot gfsview-snapshot'

