From 053e7981109b80a43be5ae269fbff1f076fd10a0 Mon Sep 17 00:00:00 2001 From: Szar Date: Wed, 31 Aug 2016 10:10:21 -0400 Subject: [PATCH] Updated Needed Programms for Windows (markdown) --- Needed-Programms-for-Windows.md | 18 ------------------ Prerequisites.md | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 Needed-Programms-for-Windows.md create mode 100644 Prerequisites.md diff --git a/Needed-Programms-for-Windows.md b/Needed-Programms-for-Windows.md deleted file mode 100644 index 87d297b..0000000 --- a/Needed-Programms-for-Windows.md +++ /dev/null @@ -1,18 +0,0 @@ -## (Windows 7 and Windows 10) - - -### Node.js -* [Node.js 32Bit](https://nodejs.org/dist/v6.4.0/node-v6.4.0-x86.msi) - -* [Node.js 64Bit](https://nodejs.org/dist/v6.4.0/node-v6.4.0-x64.msi) - -### Git -* [GIT 32Bit](https://github.com/git-for-windows/git/releases/download/v2.9.3.windows.2/Git-2.9.3.2-32-bit.exe) - -* [GIT 64Bit](https://github.com/git-for-windows/git/releases/download/v2.9.3.windows.2/Git-2.9.3.2-64-bit.exe) - -### XAMPP -* [XAMPP](http://downloads.sourceforge.net/project/xampp/XAMPP%20Windows/7.0.8/xampp-win32-7.0.8-0-VC14-installer.exe?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fxampp%2F&ts=1472625482&use_mirror=heanet) - -### Notepad++ -* [NotePad++](https://notepad-plus-plus.org/repository/6.x/6.9.2/npp.6.9.2.Installer.exe) \ No newline at end of file diff --git a/Prerequisites.md b/Prerequisites.md new file mode 100644 index 0000000..365fa40 --- /dev/null +++ b/Prerequisites.md @@ -0,0 +1,18 @@ +# Prerequisites +* Node 6.4 or higher + * [Download for Windows](https://nodejs.org/dist/v6.4.0/node-v6.4.0-x64.msi) + * [Download for OS X](https://nodejs.org/dist/v6.4.0/node-v6.4.0.pkg) + * [Download for Linux](https://nodejs.org/dist/v6.4.0/node-v6.4.0-linux-x64.tar.xz) + * [Download Source Code](https://nodejs.org/dist/v6.4.0/node-v6.4.0.tar.gz) +* Protobuf 3.0 + * [Download the source code](https://github.com/google/protobuf/releases/download/v3.0.0/protobuf-cpp-3.0.0.zip) and compile by following [these instructions](https://github.com/google/protobuf/blob/master/src/README.md) for your OS +* Git + * [Download for Windows](https://git-scm.com/download/win) + * [Download for OS X](https://git-scm.com/download/mac) + * [Download for Linux](https://git-scm.com/download/linux) +* MySQL Database + * [MySQL Community Server](http://dev.mysql.com/downloads/mysql/) + * OR get a free database from any service like https://www.db4free.net/ +* **WINDOWS ONLY**: + * [XAMPP](http://downloads.sourceforge.net/project/xampp/XAMPP%20Windows/7.0.8/xampp-win32-7.0.8-0-VC14-installer.exe?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fxampp%2F&ts=1472625482&use_mirror=heanet) + * [Notepad++](https://notepad-plus-plus.org/repository/6.x/6.9.2/npp.6.9.2.Installer.exe) \ No newline at end of file