Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Mar 29, 2017
1 parent 268bd81 commit 5227c64
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ releases (http://github.com/ufal/udpipe/releases) and in the repository itself.
Requirements
============

- G++ 4.7 or newer, clang 3.2 or newer, Visual C++ 2015 or newer
- g++ 4.7 or newer, clang 3.2 or newer, Visual C++ 2015 or newer
- make
- SWIG 2.0.5 or newer for language bindings other than C++
- SWIG 3.0.8 or newer for language bindings other than C++


Compilation
Expand Down
4 changes: 2 additions & 2 deletions MANUAL
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ releases (http://github.com/ufal/udpipe/releases) and in the repository itself.
Requirements
------------

- G++ 4.7 or newer, clang 3.2 or newer, Visual C++ 2015 or newer
- g++ 4.7 or newer, clang 3.2 or newer, Visual C++ 2015 or newer
- make
- SWIG 2.0.5 or newer for language bindings other than C++
- SWIG 3.0.8 or newer for language bindings other than C++


Compilation
Expand Down
4 changes: 2 additions & 2 deletions MANUAL.html
Original file line number Diff line number Diff line change
Expand Up @@ -452,11 +452,11 @@ <h1>4. UDPipe Installation</h1>
<h2>4.1. Requirements</h2>

<ul>
<li><code>G++ 4.7</code> or newer, <code>clang 3.2</code> or newer, Visual C++ 2015 or newer
<li><code>g++ 4.7</code> or newer, <code>clang 3.2</code> or newer, Visual C++ 2015 or newer
</li>
<li><code>make</code>
</li>
<li><code>SWIG 2.0.5</code> or newer for language bindings other than <code>C++</code>
<li><code>SWIG 3.0.8</code> or newer for language bindings other than <code>C++</code>
</li>
</ul>

Expand Down
4 changes: 2 additions & 2 deletions doc/manual_install.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ and in the repository itself.

== Requirements ==[requirements]

- ``G++ 4.7`` or newer, ``clang 3.2`` or newer, Visual C++ 2015 or newer
- ``g++ 4.7`` or newer, ``clang 3.2`` or newer, Visual C++ 2015 or newer
- ``make``
- ``SWIG 2.0.5`` or newer for language bindings other than ``C++``
- ``SWIG 3.0.8`` or newer for language bindings other than ``C++``


== Compilation ==[compilation]
Expand Down

0 comments on commit 5227c64

Please sign in to comment.