Difference between revisions of "RealTimeWebContent"

From Alessandro's Wiki
Line 1: Line 1:
   
   
==  nodejs ==


= etherpad =
= etherpad =


= ethercalc =
= ethercalc =
Line 43: Line 42:
                 'v8_no_strict_aliasing': 1,
                 'v8_no_strict_aliasing': 1,
                 'v8_use_snapshot': 'true'}}
                 'v8_use_snapshot': 'true'}}
creating  ./config.gypi
creating  ./config.mk
</syntaxhighlight>
</syntaxhighlight>

Revision as of 01:37, 7 February 2013

nodejs

etherpad

ethercalc

installing in centos

  • dependencies
yum install gzip git-core curl python openssl-devel && yum groupinstall "Development Tools"
git clone git://github.com/joyent/node.git
 nodejs]# ./configure 
{ 'target_defaults': { 'cflags': [],
                       'default_configuration': 'Release',
                       'defines': [],
                       'include_dirs': [],
                       'libraries': []},
  'variables': { 'clang': 0,
                 'gcc_version': 44,
                 'host_arch': 'ia32',
                 'node_install_npm': 'true',
                 'node_prefix': '',
                 'node_shared_cares': 'false',
                 'node_shared_http_parser': 'false',
                 'node_shared_libuv': 'false',
                 'node_shared_openssl': 'false',
                 'node_shared_v8': 'false',
                 'node_shared_zlib': 'false',
                 'node_tag': '',
                 'node_unsafe_optimizations': 0,
                 'node_use_dtrace': 'false',
                 'node_use_etw': 'false',
                 'node_use_openssl': 'true',
                 'node_use_perfctr': 'false',
                 'node_use_systemtap': 'false',
                 'python': '/usr/bin/python',
                 'target_arch': 'ia32',
                 'v8_enable_gdbjit': 0,
                 'v8_no_strict_aliasing': 1,
                 'v8_use_snapshot': 'true'}}