KFORGED-MAKER ============= Kforged-maker builds a kforged installation from source, and builds a kforged distribution from a kforged installation. INSTALL ------- The following stepts will install the kforged-maker: 1. untar the distribution: $ tar zxvf kforged-maker.tar.gz 2. change into the directory: $ cd kforged-maker 3. install the package: $ python setup.py install By default, kforged-maker is installed to: ~/kforged-maker To install elsewhere, either edit 'home' in setup.cfg before running setup.py, or run: $ python setup.py install --home=/path/to/kforged-maker MAKING KFORGED DISTRIBUTION --------------------------- See the installed README for instructions (also in ./sdk/README).