From ddcb5af80d1cd4b7539db2c7be7d7127e64f9799 Mon Sep 17 00:00:00 2001 From: Kenton Date: Sat, 23 Jan 2016 22:04:00 -0500 Subject: [PATCH] Adds a List of Prerequisites required for building the application. --- README.md | 2 ++ docs/prerequisites.md | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 docs/prerequisites.md diff --git a/README.md b/README.md index dfd29be97ae..81a11aabde6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Laptop and Desktop browser for OS X, Windows and Linux. ## Installation +Make sure you have all of the pre-requisite compilers/applications [Installed](https://github.com/brave/browser-laptop/docs/prerequisites.md) + 1. Shallow clone the git repository from GitHub: # For beta testers: diff --git a/docs/prerequisites.md b/docs/prerequisites.md new file mode 100644 index 00000000000..10c2a26af13 --- /dev/null +++ b/docs/prerequisites.md @@ -0,0 +1,6 @@ +#Prerequisites +##Windows +Ensure you have the following installed: + +* [Python 2.7](https://www.python.org/downloads/) +* [Visual Studio 2013 or 2015](https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx) \ No newline at end of file