Line | |
---|
1 | .. _download: |
---|
2 | |
---|
3 | ZOO Kernel Download |
---|
4 | =================== |
---|
5 | |
---|
6 | ZOO Kernel is open source software available under the terms of the :ref:`MIT/X-11 style license <license>`. |
---|
7 | Please see details of the ZOO Kernel license at the bottom of this page. Source code can |
---|
8 | be compliled under Linux, Mac and Windows platforms. The latest ZOO Kernel version is |
---|
9 | ZOO Kernel 1.0. |
---|
10 | |
---|
11 | Download ZOO Kernel source code |
---|
12 | ------------------------------- |
---|
13 | |
---|
14 | `ZOO-Kernel-1.0.tar.bz2 <dl/ZOO-Kernel-1.0.tar.bz2>`__ / `ZOO-Kernel-1.0.zip <dl/ZOO-Kernel-1.0.zip>`__ |
---|
15 | |
---|
16 | Or get the source code through SVN : |
---|
17 | |
---|
18 | :: |
---|
19 | |
---|
20 | svn checkout http://svn.zoo-project.org/svn/trunk zoo |
---|
21 | |
---|
22 | For registred developers, as the server waiting incoming SSH connexions on the 1046 port, |
---|
23 | you'll have to edit your ~/.subversion/config file to add a tunnel. Let us name it as |
---|
24 | zoossh, you can then use the following command : |
---|
25 | |
---|
26 | :: |
---|
27 | |
---|
28 | # sed "s:\[tunnels\]:\[tunnels\]\nzoosvn = /usr/bin/ssh -p 1046:g" -i ~/.subversion/config |
---|
29 | # svn co svn+zoosvn://svn.zoo-project.org/var/svn/repos/trunk zoo-project |
---|
30 | |
---|
Note: See
TracBrowser
for help on using the repository browser.