Bender/Installation: Difference between revisions
From KitwarePublic
< Bender
Jump to navigationJump to search
Line 29: | Line 29: | ||
#: <pre>git clone git://public.kitware.com/Bender/Bender.git</pre> | #: <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] | # 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) | # 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 21:10, 15 January 2013
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
- Retrieve source:
git clone git://public.kitware.com/Bender/Bender.git
- 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.
- Build Bender (1h to 2h hours)
- The executable
Bender
is found inBender-build/Slicer-build/Slicer-build