How install KOM in your system
Install KOM (KaeilOS Openembedded Manager) in your system is very simple. It's developed in python and bash.
Required software
Python >= 2.5
Bash
Dialog (if you use wizard)
Git
Wget
How to install
It's raccomanded to use a stable version. Got to home and discover what's new latest stable release. We publish three link: tar.gz version, tar.bz2 version and a git snapshot. Then, just download it and unpack where you want.
If you would use latest development version, you can get KOM from our git server and start using it
git clone git://git.kaeilos.com/kom.git
If you use KOM by the source code, add bin directory into PATH which usually could be $HOME/kom/kom/bin
PATH=$PATH:/PATH/OF/KOM/binPATH=$PATH:$HOME/kom/kom/bin