efl/legacy/elementary/m4
Felipe Magno de Almeida 4f44ca0a16 efl-js: JavaScript Eolian binding
To configure elementary sources with bindings to use in nodejs add
––with-js=nodejs in configure flags in EFL compilation to generate
node files, then compile elementary normally:

path/to/efl$ configure --with-js=nodejs
path/to/efl$ make
path/to/efl$ make install

path/to/elm$ configure
path/to/efl$ make
path/to/efl$ make install

To use, you have to require elm:

elm = require('elm')

The bindings is divided in two parts: generated and manually
written. The generation uses the Eolian library for parsing Eo files
and generate C++ code that is compiled against V8 interpreter library
to create a elm.node file that can be required in a node.js instance.

@feature
2015-12-23 22:23:46 -02:00
..
.gitignore
ac_define_if.m4 efl-js: JavaScript Eolian binding 2015-12-23 22:23:46 -02:00
efl.m4
efl_beta.m4
efl_binary.m4
efl_compiler_flag.m4
efl_doxygen.m4
efl_eo.m4
efl_examples.m4
efl_path_max.m4
efl_stdcxx_11.m4
elm_check_backend.m4
elm_check_option.m4
elm_quicklaunch.m4