Skip to content

Commit a261f06

Browse files
Minor text file updates.
1 parent 52903b2 commit a261f06

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

MS-PL.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,3 @@ use the software.
5454
license cannot change. To the extent permitted under your local laws,
5555
the contributors exclude the implied warranties of merchantability,
5656
fitness for a particular purpose and non-infringement.
57-

ReadMe.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---------------
1+
---------------
22
I. Introduction
33
---------------
44

@@ -43,20 +43,21 @@ build, and import V8:
4343

4444
3. Open a Visual Studio developer command prompt and run the V8Update script
4545
from your ClearScript root directory:
46-
46+
4747
C:\ClearScript> V8Update [Debug|Release]
48-
48+
4949
This script downloads the latest versions of V8 and its prerequisites,
5050
builds 32-bit and 64-bit V8 shared libraries, and imports the results into
5151
ClearScript. It requires approximately 2GB of additional disk space and does
5252
not perform any permanent software installation on your machine.
53-
53+
5454
Specifying "Debug" or "Release" is optional; the default is Release. The
5555
selected V8 variant will then be used for all ClearScript configurations.
56-
56+
5757
If you'd like to use a specific version of V8 instead of the latest one, set
5858
an environment variable named V8REV to the desired V8 trunk revision number
59-
before running the script. See http://code.google.com/p/v8/source/list.
59+
before running the script. See http://code.google.com/p/v8/source/list. Due
60+
to its use of newer V8 APIs, ClearScript requires V8 3.16.10 or later.
6061

6162
You are now ready to build the full ClearScript solution using Visual Studio.
6263

@@ -112,7 +113,7 @@ IV. V8 Known Issues
112113
of an assignment - something that makes no sense in JavaScript. JScript's
113114
behavior appears to be an extension, but it's a convenient one because
114115
indexers are common in the CLR.
115-
116+
116117
WORKAROUND: ClearScript supports the alternate syntax "A.B.set(C,D,E)".
117118

118119
2. V8 doesn't support default properties. This is only an issue in conjunction

0 commit comments

Comments
 (0)