Software Development: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
This page is under construction and is for review purposes only. | |||
Use the links on the main Wiki page. | |||
* Create a Linux Sandbox | |||
** Essential Background Reading | |||
*** [[Shared Public Directory Structure]] | |||
*** [[Understanding File Permissions]] | |||
*** [[Understanding Environment Variables]] | |||
*** [[Introduction to CVS]] | |||
*** [[Minimal Coding Conventions]] | |||
*** [[Coding conventions|File permissions and coding conventions]] | |||
*** [[$G in practice|Get started with $G]] | |||
** [[Get a Linux Account]] | |||
** Set up Your Sandbox | |||
*** [[Automated Quick Start]] | |||
*** [[Quick Start for CIT Users|Manual Quick Start]] | |||
*** [[Using Public or Private Libraries]] | |||
* Software Development Tasks | |||
** [[Check out projects|Check out and build existing projects]] | |||
** [[Contribute to projects|Contribute to existing projects]] | |||
** Add a project | |||
*** [[Add a new project]] | |||
*** [[Port existing project|Port existing project to the new $G]] | |||
** [[Software tests|Create and automate software tests]] | |||
** [[Software demos|Create and install software demos]] | |||
** [[Distribute software|Distribute software and data]] | |||
** [[Install 3rd party code|Install 3rd-party programs or libraries]] | |||
* [[Quick Start for CIT Users]] | * [[Quick Start for CIT Users]] | ||
* [[Coding conventions|Coding conventions and best practices]] | * [[Coding conventions|Coding conventions and best practices]] | ||
Revision as of 17:50, 4 May 2010
This page is under construction and is for review purposes only. Use the links on the main Wiki page.
- Create a Linux Sandbox
- Set up Your Sandbox
- Software Development Tasks
- Add a project