FG42/README.md

74 lines
1.8 KiB
Markdown
Raw Normal View History

Kuso IDE
========
2014-03-23 14:27:44 +00:00
If you love **GNU/Emacs**, If you love to program in an editor instead of big slow IDE but still enjoy to have a handy code editor then Kuso IDE is the right choice for you.
2010-12-23 13:25:40 +00:00
2014-03-23 14:27:44 +00:00
Dependencies
============
Kuso IDE required these softwares:
2010-12-23 13:25:40 +00:00
2014-03-23 14:27:44 +00:00
* GNU Emacs >= 24.3
2014-03-15 12:18:01 +00:00
* texinfo
2014-03-23 14:27:44 +00:00
* git (If you want to install or update packages via `el-get`)
* bzr (If you want to install or update packages via `el-get`)
2011-12-03 18:33:27 +00:00
2013-09-23 19:59:28 +01:00
Python dependencies (kuso-python plugin)
2013-09-25 16:10:33 +01:00
----------------------------------------
* pep8
* pyflakes
* pychecker
* pylint
* jedi
* epc
2011-12-03 18:33:27 +00:00
Ruby dependencies (kuso-ruby plugin)
------------------------------------
* rb-readline
* Rake
* Bundle
2014-03-23 14:27:44 +00:00
* rbenv
2011-12-03 18:33:27 +00:00
HTML dependencies
2013-09-25 16:10:33 +01:00
-----------------
* tidy
2013-09-25 20:52:49 +01:00
* xmlstarlet
2011-12-03 18:33:27 +00:00
CSS dependencies
2013-09-25 16:10:33 +01:00
----------------
* python-cssutils (pip install cssutils)
2013-09-25 20:52:49 +01:00
* csslint
2011-07-22 15:19:51 +01:00
2014-03-23 14:27:44 +00:00
Installation
============
Just run `install.sh` script in its directory like this:
```bash
$ ./install.sh
```
and answer to questions which installer will ask you. That's it.
Enjoy using **Kuso IDE** ;)
License
=======
Kuso IDE is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
any later version.
Kuso IDE is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
All the documents of Kuso IDE that locate in 'doc' directories release
under the term of GNU FDL.
Copyright (C) 2010-2014 Sameer Rahmani <lxsameer@gnu.org>