Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Update build requirements #1924

Merged
merged 12 commits into from
May 6, 2014
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ Atom is designed to be customizable, but also usable without needing to edit a c

Atom is modern, approachable, and hackable to the core.

Visit [atom.io](http://atom.io)
to learn more.
Visit [atom.io](http://atom.io) to learn more.

## Installing

Expand All @@ -19,6 +18,18 @@ Atom will automatically update when a new release is available.

## Building
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build steps got pretty big. We can probably move each platforms build instructions into a separate doc



**OS X Requirements**
* OS X 10.8 or later
* [node.js](http://nodejs.org/)
* Command Line Tools for [Xcode](https://developer.apple.com/xcode/downloads/)

**Linux Requirements**
* [node.js](http://nodejs.org/)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kevinsawicki @zcbenz @thedaniel I'm not sure what else is needed here. @thedaniel mentioned the gnome-keychain headers are also a requirement.


**Windows Requirements**
* [node.js](http://nodejs.org/)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mcolyer @paulcbetts is there a tl;dr windows requirement we can add here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need Python 2.7, Visual Studio 2013, and node.js as I recall.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look at the last section of this pull #1035

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I think we should just copy the last instructions before the old doc was deleted, e9cf8d4

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What version of windows should we say is required?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7️⃣

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically, I believe the lowest you can go is Vista (for VS2013), but Win7 is a good choice.


```sh
git clone git@github.com:atom/atom.git
cd atom
Expand Down