Fix windows optional prerequisites
Showing
1 changed file
with
5 additions
and
2 deletions
... | @@ -14,7 +14,6 @@ Prerequisites | ... | @@ -14,7 +14,6 @@ Prerequisites |
14 | 14 | ||
15 | - PhantomJS_ 1.8.2 or greater. Installation instructions can be found `here <http://phantomjs.org/download.html>`_ | 15 | - PhantomJS_ 1.8.2 or greater. Installation instructions can be found `here <http://phantomjs.org/download.html>`_ |
16 | - Python_ 2.6 or greater for ``casperjs`` in the ``bin/`` directory | 16 | - Python_ 2.6 or greater for ``casperjs`` in the ``bin/`` directory |
17 | - .NET Framework 3.5 or greater (or Mono_ 2.10.8 or greater) for ``casperjs.exe`` in the ``bin/`` directory | ||
18 | 17 | ||
19 | .. versionadded:: 1.1 | 18 | .. versionadded:: 1.1 |
20 | 19 | ||
... | @@ -152,9 +151,13 @@ Colorized output | ... | @@ -152,9 +151,13 @@ Colorized output |
152 | 151 | ||
153 | Windows users will get colorized output if ansicon_ is installed. | 152 | Windows users will get colorized output if ansicon_ is installed. |
154 | 153 | ||
155 | |||
156 | .. index:: Bugs, REPL | 154 | .. index:: Bugs, REPL |
157 | 155 | ||
156 | Compilation (Optionaly) | ||
157 | ~~~~~~~~~~~~~~~~~~~~~~~ | ||
158 | |||
159 | - .NET Framework 3.5 or greater (or Mono_ 2.10.8 or greater) for ``casperjs.exe`` in the ``bin/`` directory | ||
160 | |||
158 | Known Bugs & Limitations | 161 | Known Bugs & Limitations |
159 | ------------------------ | 162 | ------------------------ |
160 | 163 | ... | ... |
-
Please register or sign in to post a comment