[Kimchi-devel] How to build Wok/Kimchi

Aline Manera alinefm at linux.vnet.ibm.com
Tue Sep 29 13:22:38 UTC 2015


Hi all,

Due the separation between Wok and Kimchi as a plugin the build process 
changed a little bit.
We need to build the plugin (Kimchi) and the framework (wok).

Please, follow the steps below:

# To build Kimchi
# You need to repeat those steps for each plugin your have in your 
source code
cd plugins/kimchi
sudo ./autogen.sh --system && sudo make

# To build Wok
cd ../../
sudo ./autogen.sh --system && sudo make

After that you can start the wokd service:

sudo src/wrokd

Regards,
Aline Manera




More information about the Kimchi-devel mailing list