ITK/10th Anniversary Activities/Dashboard Fest 1.0: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
Line 33: | Line 33: | ||
mkdir ~/ITK10thAnniversary | mkdir ~/ITK10thAnniversary | ||
cd ~/ITK10thAnniversary | mkdir ~/ITK10thAnniversary/src | ||
cd ~/ITK10thAnniversary/src | |||
tar -xzf InsightToolkit-3.16.0.tar.gz | tar -xzf InsightToolkit-3.16.0.tar.gz | ||
Line 41: | Line 42: | ||
mkdir ~/ITK10thAnniversary | mkdir ~/ITK10thAnniversary | ||
cd ~/ITK10thAnniversary | mkdir ~/ITK10thAnniversary/src | ||
cd ~/ITK10thAnniversary/src | |||
cvs -d :pserver:anonymous@www.itk.org:/cvsroot/Insight login | cvs -d :pserver:anonymous@www.itk.org:/cvsroot/Insight login | ||
Line 47: | Line 49: | ||
cvs -d :pserver:anonymous@www.itk.org:/cvsroot/Insight co Insight | cvs -d :pserver:anonymous@www.itk.org:/cvsroot/Insight co Insight | ||
=== Configure ITK === | |||
Create a "BINARY" directory | |||
mkdir ~/ITK10thAnniversary/bin | |||
go inside that directory | |||
cd ~/ITK10thAnniversary/bin | |||
call ccmake | |||
ccmake ~/ITK10thAnniversary/src | |||
* Type "c" for configure | |||
* Type "t" for toggle to Advanced variables | |||
* Type "/SITE" to search for the SITE variable | |||
* Hit the Enter key to edit that variable | |||
* Write the name of your machine and institution | |||
** for example: zion.kitware | |||
** but if you want to be creative, just go for it! | |||
*** simply try to keep the SITE name to less than 25 characters. | |||
== In Mac == | == In Mac == | ||
== In Windows == | == In Windows == |
Revision as of 15:59, 19 October 2009
The Goal:
To break the Record of Number of Experimental Builds Submitted to the ITK Dashboard
When ?
- November 6th 2009
What to do ?
- Submit as many Experimental builds as you dare to the ITK CDash Dashboard
Why ?
- Just because we can !
- Because it is easy !
- Because it is fun !
- Because anyone can participate of the celebration regardless of geographical location and time zone !
How ?
In Linux
Download ITK
Get any recent release tarballs from
http://www.itk.org/ITK/resources/software.html
and extract it in a "SOURCE" directory
mkdir ~/ITK10thAnniversary mkdir ~/ITK10thAnniversary/src cd ~/ITK10thAnniversary/src tar -xzf InsightToolkit-3.16.0.tar.gz
or
Use CVS
mkdir ~/ITK10thAnniversary mkdir ~/ITK10thAnniversary/src cd ~/ITK10thAnniversary/src cvs -d :pserver:anonymous@www.itk.org:/cvsroot/Insight login
password: insight
cvs -d :pserver:anonymous@www.itk.org:/cvsroot/Insight co Insight
Configure ITK
Create a "BINARY" directory
mkdir ~/ITK10thAnniversary/bin
go inside that directory
cd ~/ITK10thAnniversary/bin
call ccmake
ccmake ~/ITK10thAnniversary/src
- Type "c" for configure
- Type "t" for toggle to Advanced variables
- Type "/SITE" to search for the SITE variable
- Hit the Enter key to edit that variable
- Write the name of your machine and institution
- for example: zion.kitware
- but if you want to be creative, just go for it!
- simply try to keep the SITE name to less than 25 characters.