From 786edbcff49885f1ac65d110e61b2a30e194f139 Mon Sep 17 00:00:00 2001 From: "pschwartau%netscape.com" Date: Wed, 12 Dec 2001 00:24:17 +0000 Subject: [PATCH] Adding more info git-svn-id: svn://10.0.0.236/trunk@110321 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js2/README | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/mozilla/js2/README b/mozilla/js2/README index f0808b1e0f8..360f731ef17 100644 --- a/mozilla/js2/README +++ b/mozilla/js2/README @@ -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,14 +15,16 @@ 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 Building JS2 on LINUX: --------------------------------------------------------------------------------------------- [/d/JS_2] cvs -z3 co mozilla/js2 - cvs -z3 co mozilla/js/src/fdlibm + cvs -z3 co mozilla/js/src/fdlibm [/d/JS_2] cd mozilla/js2 @@ -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,8 +49,13 @@ 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. // I wonder if it shouldn't just be removed