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 Split .gitignore into multiple files 2013-06-11 18:18:06 -03:00
ac_define_if.m4 efl-js: JavaScript Eolian binding 2015-12-23 22:23:46 -02:00
efl.m4 pkg-config: Brought latest "echo compatibility" changes from EFL to m4/efl.m4. 2014-09-17 20:28:06 -03:00
efl_beta.m4 elementary: we are using the beta API of EFL. 2013-07-23 11:27:34 +09:00
efl_binary.m4 build: fix crosscompilation to be actually working. 2013-12-08 13:32:14 +09:00
efl_compiler_flag.m4 elementary: Build with -Wall -W 2011-06-29 06:40:45 +00:00
efl_doxygen.m4 documentation... more! build! look vaguely ok 2009-05-19 09:29:20 +00:00
efl_eo.m4 elementary: fix build without public Eo API turned on. 2013-06-28 10:23:14 +09:00
efl_examples.m4 Elementary: Actionslider example and accompaning documentation. 2011-06-15 14:22:11 +00:00
efl_path_max.m4 Elementary: Check for PATH_MAX define availability 2011-10-15 09:30:52 +00:00
efl_stdcxx_11.m4 autotools: Add eolian-cxx to elementary. 2014-07-21 20:53:12 -03:00
elm_check_backend.m4 autotools: simplify .pc.in. 2014-09-04 17:33:05 +02:00
elm_check_option.m4 Fix build break with elm_web since 4664b183e 2014-09-18 07:42:42 +09:00
elm_quicklaunch.m4 elementary: shuttup autotools. 2013-12-05 19:38:55 +09:00