Last change
on this file since 809 was
725,
checked in by djay, 9 years ago
|
Fix issue with rst files displayed from Trac. Fix strings to be translated. Always use the same string in all messages.
|
-
Property svn:keywords set to
Date Author
-
Property svn:mime-type set to
text/plain
|
File size:
2.3 KB
|
Line | |
---|
1 | .. _install-opensuse: |
---|
2 | |
---|
3 | Install on OpenSUSE |
---|
4 | =================== |
---|
5 | |
---|
6 | :ref:`kernel_index` is maintained as a package in `OpenSUSE Build Service (OBS) <https://build.opensuse.org/package/show?package=zoo-kernel&project=Application%3AGeo>`__. RPM are thus provided for all versions of OpenSUSE Linux (11.2, 11.3, 11.4, Factory). |
---|
7 | |
---|
8 | Stable release |
---|
9 | ---------------------- |
---|
10 | |
---|
11 | Use the following instructions to install ZOO-Project latetst release on OpenSUSE distribution. |
---|
12 | |
---|
13 | One-click installer |
---|
14 | ................... |
---|
15 | |
---|
16 | A one-click installer is available `here <http://software.opensuse.org/search?q=zoo-kernel&baseproject=openSUSE%3A11.4&lang=en&exclude_debug=true>`__. |
---|
17 | For openSUSE 11.4, follow this direct `link <http://software.opensuse.org/ymp/Application:Geo/openSUSE_11.4/zoo-kernel.ymp?base=openSUSE%3A11.4&query=zoo-kernel>`__. |
---|
18 | |
---|
19 | Yast software manager |
---|
20 | ..................... |
---|
21 | |
---|
22 | Add the `Application:Geo <http://download.opensuse.org/repositories/Application:/Geo/>`__ repository to the software repositories and then ZOO-Kernel can then be found in Software Management using the provided search tool. |
---|
23 | |
---|
24 | Command line (as root for openSUSE 11.4) |
---|
25 | ........................................ |
---|
26 | |
---|
27 | Install ZOO-Kernel package by yourself using the following command: |
---|
28 | |
---|
29 | .. code-block:: guess |
---|
30 | |
---|
31 | zypper ar http://download.opensuse.org/repositories/Application:/Geo/openSUSE_11.4/ |
---|
32 | zypper refresh |
---|
33 | zypper install zoo-kernel |
---|
34 | |
---|
35 | Developement version |
---|
36 | ******************** |
---|
37 | |
---|
38 | The latest development version of ZOO-Kernel can be found in OBS under the project `home:tzotsos <https://build.opensuse.org/project/show?project=home%3Atzotsos>`__. ZOO-Kernel packages are maintained and tested there before being released to the Application:Geo repository. Installation methods are identical as for the stable version. Make sure to use `this <http://download.opensuse.org/repositories/home:/tzotsos/>`__ repository instead. |
---|
39 | |
---|
40 | Command line (as root for openSUSE 11.4) |
---|
41 | ******************************************** |
---|
42 | |
---|
43 | Install latest ZOO-Kernel trunk version with the following command: |
---|
44 | |
---|
45 | .. code-block:: guess |
---|
46 | |
---|
47 | zypper ar http://download.opensuse.org/repositories/home:/tzotsos/openSUSE_11.4/ |
---|
48 | zypper refresh |
---|
49 | zypper install zoo-kernel |
---|
50 | zypper install zoo-kernel-grass-bridge |
---|
51 | |
---|
52 | Note that there is the option of adding the zoo-wps-grass-bridge package. This option will automatically install grass7 (svn trunk). |
---|
53 | |
---|
Note: See
TracBrowser
for help on using the repository browser.