The build process needs to be run using a privileged account such as root. A prerequisite for the ISO creation step is to have mke2fs in the PATH.
First, check out the sources at Accessing Project Kusu Source Code. To build Kusu, first make a directory which will contain the executables so as not to pollute your checkout with build artifacts:
Run cmake, pointing it to the checked-out Kusu trunk, then make:Code:$ mkdir workspace $ cd workspace
Finally, source kusudevenv.sh to set some environment variables:Code:$ cmake /path/to/kusu/trunk $ make
Now all Kusu Python modules are available and Kusu executables should be accessible by your $PATH.Code:$ source kusuroot/bin/kusudevenv.sh


LinkBack URL
About LinkBacks
Reply With Quote