Difference between revisions of "Slicer Training Basic"
From NAMIC Wiki
(New page: =Build Slicer 3= http://www.na-mic.org/Wiki/index.php/Slicer3:Build_Instructions) |
|||
Line 1: | Line 1: | ||
− | =Build Slicer 3= | + | ==Build Slicer 3== |
+ | ===Prerequisite on linux=== | ||
+ | To compile slicer and do development, be sure you have a complete set of development packages installed on your machine. The exact packages vary by distribution, but include: | ||
+ | * gcc | ||
+ | * gcc-c++ | ||
+ | * libX11 | ||
+ | * libX11-devel (libX11-dev on Ubuntu 7.04) | ||
+ | * libXt-devel (libXt-dev on Ubuntu) | ||
+ | * opengl/mesa (libgl1-mesa-dev on Ubuntu) | ||
+ | |||
+ | ===Build instructions=== | ||
http://www.na-mic.org/Wiki/index.php/Slicer3:Build_Instructions | http://www.na-mic.org/Wiki/index.php/Slicer3:Build_Instructions |
Revision as of 19:24, 3 March 2008
Home < Slicer Training BasicBuild Slicer 3
Prerequisite on linux
To compile slicer and do development, be sure you have a complete set of development packages installed on your machine. The exact packages vary by distribution, but include:
* gcc * gcc-c++ * libX11 * libX11-devel (libX11-dev on Ubuntu 7.04) * libXt-devel (libXt-dev on Ubuntu) * opengl/mesa (libgl1-mesa-dev on Ubuntu)
Build instructions
http://www.na-mic.org/Wiki/index.php/Slicer3:Build_Instructions