Commit df6939c3 authored by pschwartau%netscape.com's avatar pschwartau%netscape.com
Browse files

Adding more info

parent c30a8faa
Loading
Loading
Loading
Loading
+15 −3
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ Building JS2 on WINNT:
[/d/JS_2] cvs -z3 co mozilla/js2
          cvs -z3 co mozilla/js/src/fdlibm

In Visual C++:
Compiling in Visual C++:

Workspace:    D:\JS_2\mozilla\js2\src\winbuild\dikdik.dsw

@@ -15,7 +15,9 @@ Project Files: D:\JS_2\mozilla\js2\src\winbuild\DikDik.dsp


RUNNING THE JS2 SHELL AFTER YOU'VE BUILT IT:
(Note the 3 underbars between "shell" and "Win32" in "DikDik_shell___Win32_Debug")                      [/d/JS_2/mozilla/js2/tests/cpp/winbuild/DikDik_shell___Win32_Debug] ./DikDik_shell.exe
(Note the 3 underbars between "shell" and "Win32" in "DikDik_shell___Win32_Debug")
cd  (path to)/mozilla/js2/tests/cpp/winbuild/DikDik_shell___Win32_Debug
[(path to)/mozilla/js2/tests/cpp/winbuild/DikDik_shell___Win32_Debug] ./DikDik_shell.exe



@@ -32,6 +34,11 @@ Building JS2 on LINUX:
[/d/JS_2/mozilla/js2] make


RUNNING THE JS2 SHELL AFTER YOU'VE BUILT IT:
cd   (path to)/mozilla/js2/tests/cpp
[ (path to)/mozilla/js2/tests/cpp] ./dikdik



Building JS2 on MAC 9.1
---------------------------------------------------------------------------------------------
@@ -42,7 +49,12 @@ There is also (path to ):mozilla:js2:tests:cpp:macbuild:parser_test.mcp, if you
without getting complaints about unimplemented features from the back end.


RUNNING THE JS2 SHELL AFTER YOU'VE BUILT IT:
cd   (path to):mozilla:js2:tests:cpp:macbuild
[ (path to):mozilla:js2:tests:cpp:macbuild] ./js2_shell


---------------------------------------------------------------------------------------------

/***************************************************************************/
// The stuff below looks pretty out of date to me.