Bender/Installation/Main: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with "== Installation Options == Bender is available as binaries and source code. It is working on Windows, Linux, and Macs. === System requirements === Here is a non-exhaustive l...")
 
Line 27: Line 27:


# Retrieve source:
# Retrieve source:
#: <pre>git clone git://public.kitware.com/Bender/Bender.git</pre>
#: <pre>git clone git://github.com/KitwareMedical/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]
# 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.
#: 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)
# Build Bender (1h to 2h hours)
# The executable <code>Bender</code> is found in <code>Bender-build/Slicer-build/Slicer-build</code>
# The executable <code>Bender</code> is found in <code>Bender-build/Slicer-build/Slicer-build</code>

Revision as of 09:26, 22 May 2020

Installation Options

Bender is available as binaries and source code. It is working on Windows, Linux, and Macs.

System requirements

Here is a non-exhaustive list of platforms Bender is supported.

  • 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 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

  1. Retrieve source:
    git clone git://github.com/KitwareMedical/Bender.git
  2. Configure with CMake >= 2.8.10 and comply with the Slicer prerequisites
    If you build your own CMake, please do so with SSH(curl) support. It would fail downloading external library Eigen otherwise.
  3. Build Bender (1h to 2h hours)
  4. The executable Bender is found in Bender-build/Slicer-build/Slicer-build