Open Source Workshop installation: Difference between revisions

From OpenHatch wiki
Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
Line 36: Line 36:
Please install the following software prior to the workshop:
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
* git, a popular distributed version control system:
* xchat, a popular graphical IRC chat client: sudo apt-get install xchat or sudo yum install xchat
** <code>sudo apt-get install git</code> on dpkg-based systems
** <code>sudo yum install git</code> on rpm-based systems
* xchat, a popular graphical IRC chat client:
** <code>sudo apt-get install xchat</code> on dpkg-based systems
** <code>sudo yum install xchat</code> on rpm-based systems

Or install the git and xchat packages through your graphical package manager.


Linux comes with additional software that we'll use during the workshop:
Linux comes with additional software that we'll use during the workshop:
Line 45: Line 51:
* tar, a popular command-line archiving utility.
* tar, a popular command-line archiving utility.


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

Revision as of 21:10, 5 September 2011

These are installation instructions for the Open Source Workshop running September 20th from 6:30-9:30pm at MIT as part of SIPB's Fall 2011 Cluedump series.

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 on dpkg-based systems
    • sudo yum install git on rpm-based systems
  • xchat, a popular graphical IRC chat client:
    • sudo apt-get install xchat on dpkg-based systems
    • sudo yum install xchat on rpm-based systems

Or install the git and xchat packages through your graphical package manager.

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.