https://github.com/raynersec/win-dev-tools-linux
Install Windows Development Tools On Linux
https://github.com/raynersec/win-dev-tools-linux
Last synced: about 1 year ago
JSON representation
Install Windows Development Tools On Linux
- Host: GitHub
- URL: https://github.com/raynersec/win-dev-tools-linux
- Owner: RaynerSec
- License: gpl-3.0
- Created: 2020-11-06T15:25:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-07T07:44:22.000Z (over 5 years ago)
- Last Synced: 2025-02-17T11:35:19.360Z (over 1 year ago)
- Language: Shell
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Win-Dev-Tools-Linux
Install Windows Development Tools On Linux
## Usage
### How To Use Win-Dev-Tools-Linux Prompt Version
1. Install Dependencies In Debian/Ubuntu/Kali/Parrot Sec OS Linux `sudo apt-get update && sudo apt-get install git -y`
2. Git Clone Repo `git clone https://github.com/RaynerSec/Win-Dev-Tools-Linux`
3. Change Directory `cd Win-Dev-Tools-Linux`
4. Give execution permission `chmod +x win-dev-tools-linux-prompt.sh`
5. Run script `sudo ./win-dev-tools-linux-prompt.sh`
### How To Use Win-Dev-Tools-Linux Auto Version
1. Install Dependencies In Debian/Ubuntu/Kali/Parrot Sec OS Linux `sudo apt-get update && sudo apt-get install git -y`
2. Git Clone Repo `git clone https://github.com/RaynerSec/Win-Dev-Tools-Linux`
3. Change Directory `cd Win-Dev-Tools-Linux`
4. Give execution permission `chmod +x win-dev-tools-linux-auto.sh`
5. Run script `sudo ./win-dev-tools-linux-auto.sh`
## So What's Are The Difference Between Win-Dev-Tools-Linux Prompt Version And Win-Dev-Tools-Linux Auto Version
#### The Difference Of The Prompt Version Of Win-Dev-Tools-Linux Is It Will Prompt Yes Or No On Each Of The Tools You Want To Install.
#### The Difference Of The Auto Version Of Win-Dev-Tools-Linux Is It Will Not Prompt Yes Or No On Each Of The Tool You Want To Install It Will Automatically Install All The Tools Needed For Windows Development.