WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=deb5710238f0222e135f1f00d467d4b875893bf1

commit deb5710238f0222e135f1f00d467d4b875893bf1
Author: Larry de Oliveira Lira Junior <larry....@gmail.com>
Date:   Wed Dec 9 15:15:02 2015 -0800

    Wiki page javascript_tutorial changed with summary [] by Larry de Oliveira 
Lira Junior
---
 pages/tutorial/javascript_tutorial.txt | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/pages/tutorial/javascript_tutorial.txt 
b/pages/tutorial/javascript_tutorial.txt
index 44e9f22..d5f5a4a 100644
--- a/pages/tutorial/javascript_tutorial.txt
+++ b/pages/tutorial/javascript_tutorial.txt
@@ -3,14 +3,23 @@
 
 These Javascript tutorials describe the basics to compiles and run a 
Javascript example using Elementary in Node.Js
 
-== Prerequisite ==
+=== Prerequisite ===
 
 Before you start you will want basic about how compile a EFL library
 
     * Installed from source: [[docs/efl/start|Get started with EFL]].
 
-== Dependencies ==
+=== Dependencies ===
 
 You will need additional dependencies to Javascript Bindings:
 
     * [[https://nodejs.org|node]] (4.2 or better)
+
+=== Compilation ===
+
+For nodejs add ''//––with-js=nodejs//'' in configure flags to generate node 
files
+
+<code bash>
+./configure --with-js=nodejs
+
+</code>
\ No newline at end of file

-- 


Reply via email to