Files
Portable-Computing-Toolkit-…/README.md
2019-04-14 13:28:35 -04:00

27 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Portable Computing Toolkit Installer
The portable computing toolkit installer sets up and combines the [PortableApps.com](https://portableapps.com) framework with various tools for writing code. The goal of this project is to provide a platform for anyone who has computing needs but does not own their on PC to be able to have a private workspace on public/shared computers.
This project is a nearly-full rewrite of a prior project that I started as a learning exercise to teach myself Python which was, consequently, very poorly written.
*“Dont Cling to a Mistake Just Because You Spent a lot of Time Making it.”* — **Aubrey De Graf**
## System Requirements
* A PC runninging Windows 7 or later
* An [NTFS-Formatted](https://lifehacker.com/how-to-erase-and-format-a-hard-drive-1525128357) USB storage device
* An active Internet connection
## Supported Tools
* The [PortableApps.com Platform](https://portableapps.com/platform/features) and a subset of recommended tools available on the platform
* [Microsoft Visual Studio Code](https://code.visualstudio.com/)
* [Atom](https://atom.io/)
* [SublimeText](https://www.sublimetext.com)
* [WinPython](https://winpython.github.io/#overview)
* [Git](https://git-scm.com/)
* [GitExtensions](https://gitextensions.github.io/)
* [MSYS2](http://www.msys2.org/)
* [Java JDK](http://jdk.java.net/)
* [.NET SDK](https://dotnet.microsoft.com/download/visual-studio-sdks)