Open Source Workshop installation

From OpenHatch wiki
Revision as of 20:58, 5 September 2011 by imported>Jesstess (Created page with 'Attendees must install some software prior to arriving. Please follow the instructions for your operating system below, and e-mail open-source-workshop@mit.edu with questions. =…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Attendees must install some software prior to arriving. Please follow the instructions for your operating system below, and e-mail open-source-workshop@mit.edu with questions.

Windows

Please install the following software prior to the workshop:

OSX

Please install the following software prior to the workshop:

OSX comes with additional software that we'll use during the workshop:

  • diff, a command-line utility for comparing files line by line. We'll use diff to create code patches.
  • patch, a command-line utility for applying diffs.
  • tar, a popular command-line archiving utility.

Linux

Please install the following software prior to the workshop:

  • git, a popular distributed version control system: sudo apt-get install git or sudo yum install git
  • xchat, a popular graphical IRC chat client: sudo apt-get install xchat or sudo yum install xchat

Linux comes with additional software that we'll use during the workshop:

  • diff, a command-line utility for comparing files line by line. We'll use diff to create code patches.
  • patch, a command-line utility for applying diffs.
  • tar, a popular command-line archiving utility.

Don't hesitate to e-mail open-source-workshop@mit.edu with questions about the curriculum, software installation, or anything else.