Tcl Source Code

Check-in [a114bffb5a]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Improve README for running the example.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | ferrieux-nacl
Files: files | file ages | folders
SHA1: a114bffb5ad0c58611b1024d12e25d1f68b8bc71
User & Date: venkat 2011-04-04 22:03:56
Context
2011-04-05
20:39
Make init.tcl.c a generated file rather than a source. check-in: 67cb635128 user: ferrieux tags: ferrieux-nacl
2011-04-04
22:03
Improve README for running the example. check-in: a114bffb5a user: venkat tags: ferrieux-nacl
21:42
Cleanup compile warnings - mostly by adding prototypes check-in: a44ecf099c user: venkat tags: ferrieux-nacl
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to nacl/README.

28
29
30
31
32
33
34
35

36
37
38
39
40
41
42
43
44
45
46
47

 - run './configure' (which calls ../unix/configure with proper flags,
   and patches the generated Makefile)

 - run 'make'. This creates tcl.nmf and tcl.nexe (for x86-32)

 - launch the  NaCl-provided python-based  webserver, and make  it see
   your nacl dir somewhere in its document tree: python httpd.py 5103


 - (once) open about:flags in Chrome and enable Native Client

 - start 'chromedebug' (provided), and  point Chrome to the index.html
   in nacl.

 - (every  time)  make  sure  no  non-chromedebug  chrome  process  is
   running, otherwise it  will be used instead, and  NaCl will fail to
   load.

 - note:  'chromedebug' just  sets an  env  var for  debug output  (on
   stderr), and  stars chrome with '--no-sandbox',  which is currently







|
>




|







28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48

 - run './configure' (which calls ../unix/configure with proper flags,
   and patches the generated Makefile)

 - run 'make'. This creates tcl.nmf and tcl.nexe (for x86-32)

 - launch the  NaCl-provided python-based  webserver, and make  it see
   your nacl dir somewhere in its document tree. e.g. 
   cd $NACL/examples; ln -s /..../tcl/nacl nacl; python httpd.py 5103

 - (once) open about:flags in Chrome and enable Native Client

 - start 'chromedebug' (provided), and  point Chrome to the index.html
   in nacl. e.g. chromedebug http://localhost:5103/nacl

 - (every  time)  make  sure  no  non-chromedebug  chrome  process  is
   running, otherwise it  will be used instead, and  NaCl will fail to
   load.

 - note:  'chromedebug' just  sets an  env  var for  debug output  (on
   stderr), and  stars chrome with '--no-sandbox',  which is currently