Cite This Page
Bibliographic details for Documentation/4.0/Developers/Build Instructions
- Page name: Documentation/4.0/Developers/Build Instructions
- Author: Slicer Wiki contributors
- Publisher: Slicer Wiki, .
- Date of last revision: 5 October 2010 21:26 UTC
- Date retrieved: 15 April 2026 19:32 UTC
- Permanent URL: https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Build_Instructions&oldid=17889
- Page Version ID: 17889
Citation styles for Documentation/4.0/Developers/Build Instructions
APA style
Documentation/4.0/Developers/Build Instructions. (2010, October 5). Slicer Wiki, . Retrieved 19:32, April 15, 2026 from https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Build_Instructions&oldid=17889.
MLA style
"Documentation/4.0/Developers/Build Instructions." Slicer Wiki, . 5 Oct 2010, 21:26 UTC. 15 Apr 2026, 19:32 <https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Build_Instructions&oldid=17889>.
MHRA style
Slicer Wiki contributors, 'Documentation/4.0/Developers/Build Instructions', Slicer Wiki, , 5 October 2010, 21:26 UTC, <https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Build_Instructions&oldid=17889> [accessed 15 April 2026]
Chicago style
Slicer Wiki contributors, "Documentation/4.0/Developers/Build Instructions," Slicer Wiki, , https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Build_Instructions&oldid=17889 (accessed April 15, 2026).
CBE/CSE style
Slicer Wiki contributors. Documentation/4.0/Developers/Build Instructions [Internet]. Slicer Wiki, ; 2010 Oct 5, 21:26 UTC [cited 2026 Apr 15]. Available from: https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Build_Instructions&oldid=17889.
Bluebook style
Documentation/4.0/Developers/Build Instructions, https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Build_Instructions&oldid=17889 (last visited April 15, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Slicer Wiki",
title = "Documentation/4.0/Developers/Build Instructions --- Slicer Wiki{,} ",
year = "2010",
url = "https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Build_Instructions&oldid=17889",
note = "[Online; accessed 15-April-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Slicer Wiki",
title = "Documentation/4.0/Developers/Build Instructions --- Slicer Wiki{,} ",
year = "2010",
url = "\url{https://www.slicer.org/w/index.php?title=Documentation/4.0/Developers/Build_Instructions&oldid=17889}",
note = "[Online; accessed 15-April-2026]"
}