From 7af721c29adb2808307d4cb669c01ac166dbbd4d Mon Sep 17 00:00:00 2001 From: "wclouser%mozilla.com" Date: Wed, 31 May 2006 00:27:50 +0000 Subject: [PATCH] added note to symlink vendor libraries git-svn-id: svn://10.0.0.236/trunk@198702 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/uninstall_survey/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/webtools/uninstall_survey/README b/mozilla/webtools/uninstall_survey/README index 2476f831fec..58259bdadda 100644 --- a/mozilla/webtools/uninstall_survey/README +++ b/mozilla/webtools/uninstall_survey/README @@ -42,6 +42,10 @@ For our example, we would add the line: 4) Edit /.htaccess. Add the same RewriteBase line from step 3 directly below the 'RewriteEngine On' line. +5) Go to the webroot/js/ directory and run the following two commands: + ln -s plotkit-0.8/PlotKit/ plotkit + ln -s MochiKit-1.3.1/lib/MochiKit/ mochikit +