Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taizo committed Feb 23, 2016
1 parent 0345aa4 commit 9b11d5f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Expand Up @@ -10,23 +10,23 @@ Karesansui is an open-source virtualization management application made in Japan
Requirements
------------

Karesansui requires (or is dependent on) other software.
Karesansui requires (or is dependent on) other softwares.

To install Karesansui, you will need:

* [Python](http://www.python.org/) 2.6 (2.4 might work?)
* [libvirt](http://libvirt.org/) 0.9.4 (or better)
* [RRDtool](http://oss.oetiker.ch/rrdtool/) 1.3 (or better)
* [Mako](http://www.makotemplates.org/) 0.3.2 (or better)
* [SQLAlchemy](http://www.sqlalchemy.org/) 0.5 (or better)
* [PyXML](http://sourceforge.net/projects/pyxml/) 0.8 (or better)
* [PySqlite](http://trac.edgewall.org/wiki/PySqlite) 2.3.5 (or better)
* [flup](http://trac.saddi.com/flup) 1.0.2 (or better)
* [collectd](http://collectd.org/) 4.10.3 (or better)
* [TightVNC Java Viewer](http://www.tightvnc.com/) 1.3.10 (or better)
* [web.py](http://webpy.org/) 0.35 (or better)

The [INSTALL](http://github.com/karesansui/karesansui/blob/master/INSTALL.md) document also describes a whole series of additional installation steps, including an easier way to install the required software listed above.
* [libvirt](http://libvirt.org/) 0.9.4 (or later)
* [RRDtool](http://oss.oetiker.ch/rrdtool/) 1.3 (or later)
* [Mako](http://www.makotemplates.org/) 0.3.2 (or later)
* [SQLAlchemy](http://www.sqlalchemy.org/) 0.5 (or later)
* [PyXML](http://sourceforge.net/projects/pyxml/) 0.8 (or later)
* [PySqlite](http://trac.edgewall.org/wiki/PySqlite) 2.3.5 (or later)
* [flup](http://trac.saddi.com/flup) 1.0.2 (or later)
* [collectd](http://collectd.org/) 4.10.3 (or later)
* [TightVNC Java Viewer](http://www.tightvnc.com/) 1.3.10 (or later)
* [web.py](http://webpy.org/) 0.35 (or later)

The [INSTALL](http://github.com/karesansui/karesansui/blob/master/INSTALL.md) document also describes a whole series of additional installation steps, including an easier way to install the required softwares listed above.

If you want to hack the source, you will also probably need:

Expand All @@ -39,13 +39,13 @@ See [INSTALL](http://github.com/karesansui/karesansui/blob/master/INSTALL.md).

License
-------
Karesansui is released under the MIT license to reduce problems for re-using. All source code has license notice, so you should clearly know what license to follow.
Karesansui is released under the MIT license to reduce problems for re-using. Every source code has license notice, so you should clearly know what license to follow.

For exception, some Karesansui files don't have license notice for technical problems.
We can only mention about files we distribute, so consult the original author for such files.
Please see TRADEMARKS.TXT included with this distribution for information about Karesansui's trademark and logo usage policy.

This Karesansui source tree includes other open source projects work, which may come with its own distribution rule. Please consult each license notice for these projects.
This Karesansui source tree includes other open source project's work, which may come with its own distribution rule. Please consult each license notice for these projects.


### Javascript libraries under karesansui/static/js/lib ###
Expand Down

0 comments on commit 9b11d5f

Please sign in to comment.