From 4e6a0317baa26ccf9ca83adecdae6141b3e0e616 Mon Sep 17 00:00:00 2001 From: AboodXD Date: Fri, 4 May 2018 13:53:12 +0400 Subject: [PATCH] Add dependencies for Windows to README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e23180a..83b7e1b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,20 @@ An exploit toolkit for the Nintendo Switchâ„¢

+Windows dependencies +============ + +In order to get PegaSwitch to work on Windows, you need to have the following: + +* [Python 2.7](https://www.python.org/downloads/release/python-2714/) +* [Visual Studio 2017 (Or Build Tools for Visual Studio 2017)](https://go.microsoft.com/fwlink/?linkid=840931) +* [Git](https://git-for-windows.github.io) + +You can easily install Python 2.7 and the Build Tools by running the following command in PowerShell as administrator. +``` +npm install --global --production windows-build-tools +``` + Installation ============ @@ -62,8 +76,6 @@ ex: C:\pegaswitch\> node start.js --logfile log.txt ``` -If you encounter problems using pegaswitch on Windows, we suggest installing through WSL. - License =======