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