Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Add dependencies for Windows to README.md #122

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@
An exploit toolkit for the Nintendo Switch™
</p>

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
============

Expand Down Expand Up @@ -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
=======

Expand Down