~james-page/ubuntu/precise/nodejs/test-timeout

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2011-06-30 07:03:44 UTC
  • mfrom: (7.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110630070344-5928xvhb3ddw5adb
Tags: 0.4.9-1ubuntu1
* Merge from Debian unstable (LP: #786428). Remaining changes:
  - debian/patches/2007_remove_internet_test.patch: Remove test which requires
    internet connection

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Evented I/O for V8 javascript.
2
 
 
3
 
To build:
4
 
 
5
 
  ./configure
6
 
  make 
7
 
  make install
8
 
 
9
 
To run the tests:
10
 
  
11
 
  make test
12
 
 
13
 
To build the documentation:
14
 
 
15
 
  make doc
16
 
 
17
 
To read the documentation:
18
 
 
19
 
  man doc/node.1
20
 
 
21
 
See http://nodejs.org/ for more information. For help and discussion
22
 
subscribe to the mailing list by visiting
23
 
http://groups.google.com/group/nodejs or by sending an email to
24
 
nodejs+subscribe@googlegroups.com.