|
|
(One intermediate revision by the same user not shown) |
Line 1: |
Line 1: |
| == Installation Options == | | {| border="1" cellpadding="10" cellspacing="0" |
|
| | |- |
| Bender is available as binaries and source code. It is working on Windows, Linux, and Macs.
| | | style="background:#efefef;" align="left" valign="top" width="150px" | |
| | | {{:Bender/Panel}} |
| === System requirements ===
| | | align="left" width="800px" | |
| Here is a non-exhaustive list of platforms Bender is supported.
| | {{:Bender/Installation/Main}} |
| | | |} |
| * Windows
| |
| ** 32bits or 64bits
| |
| ** XP, Vista, 7, 8
| |
| * Linux
| |
| ** 64 bits only
| |
| ** Ubuntu 10.04 (and up)
| |
| * Mac
| |
| ** 64 bits only
| |
| ** Mac OS X Lion (and up)
| |
| | |
| == Installing the binaries == | |
| | |
| * Download packages on [http://packages.kitware.com/folder/60 packages.kitware.com]
| |
| * Install Bender
| |
| ** Execute bender-xxx.exe on Windows
| |
| ** Untar bender-xxx.tar.gz on Linux
| |
| ** Execute bender-xxx.dmg on Mac and copy the dmg file into your Applications Finder folder.
| |
| | |
| == Installing from source == | |
| | |
| # Retrieve source:
| |
| #: <pre>git clone git://public.kitware.com/Bender/Bender.git</pre>
| |
| # Configure with [http://www.cmake.org CMake] >= 2.8.10 and comply with the [http://www.slicer.org/slicerWiki/index.php/Documentation/4.1/Developers/Build_Instructions/Prerequisites Slicer prerequisites]
| |
| #: If you build your own CMake, please do so with SSH(curl) support. It would fail downloading external library Eigen otherwise.
| |
| # Build Bender (1h to 2h hours)
| |
| # The executable <code>Bender</code> is found in <code>Bender-build/Slicer-build/Slicer-build</code>
| |