Add jquery too 0.0.1
authorVincent Tondellier <tonton+hg@team1664.org>
Tue, 20 Nov 2012 15:11:52 +0100
changeset 14 e9c1591a4f54
parent 13 b5d8f0f977aa
child 15 394f772a8105
Add jquery too
INSTALL
--- a/INSTALL	Tue Nov 20 15:06:13 2012 +0100
+++ b/INSTALL	Tue Nov 20 15:11:52 2012 +0100
@@ -2,9 +2,10 @@
 - perl >= 5.10
 - Mojolicious >= 2.98
 - perl-UUID
+- jquery
 
 On debian, install libuuid-perl and libmojolicious-perl (from wheezy, the version
-from squeeze is too old).
+from squeeze is too old), and libjs-jquery (from squeeze too).
 
 Edit CrashTest.conf and change the paths to match your environment.
 
@@ -19,7 +20,7 @@
 $ cd ../
 $ hg clone http://hg.mozilla.org/users/tmielczarek_mozilla.com/minidump-stackwalk -b json
 $ cd minidump-stackwalk
-$ patch -p1 <<EOF                                                                                                                                                                               1 ↵
+$ patch -p1 <<EOF
 diff --git a/stackwalker.cc b/stackwalker.cc
 --- a/stackwalker.cc
 +++ b/stackwalker.cc