Updated Needed Programms for Windows (markdown)

Szar
2016-08-31 10:10:21 -04:00
parent 9668dc8d9b
commit 053e798110
2 changed files with 18 additions and 18 deletions

@@ -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)

18
Prerequisites.md Normal file

@@ -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)