Cross compilation kibana

I download the sourcecode of kibana. I develop it in windows,how can I cross-compile to linux platform?

The OS dependency is due to the inclusion of a node-runtime with the Kibana-build. The actual Kibana compilation is just really creating the Javascrtip bundles with webpack.

The easiest way to generate a compatible release is to spin up a linux VM on your windows machine and build a release there. It will pull in the correct release of nodejs.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.