Closed mcvax closed 8 years ago
The dependencies also now appear to require python-magic
yum python-magic
Hi @mcvax
The --recursive option on git-clone is to clone the git-submodules associated to a given repository. Kimchi does not have any git-submodule but Kimchi is a git-submodule of Wok project. Because that, the instructions guide user to use git-clone --recursive on Wok repository.
To build from source code, you can use the build-all.sh script from Wok. It builds all the plugins and Wok with one command. =)
About python-magic, it is already listed as required in the documentation and package build process.
I will close this issue by now but feel free to reopen on any news.
Hi,
Can I suggest a few changes to the installation instructions here: https://github.com/kimchi-project/kimchi
The instructions for installing the plugins lists this command:
But I think it should instead be:
The page also says to use the command:
However on Centos7 I receive an error:
Finally, it doesn't mention anywhere that once you have cloned the plugins in the source tree you need to run these commands from the plugin source directory: