Skip to content

This repository holds all kinds of code. It has been set up so that you can run and debug C#, C++, Java, Python, JavaScript and Bash standalone files on Windows and Linux. There is also an extension I made to go with the project.

Notifications You must be signed in to change notification settings

frosty-sh/Sketchbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation tasks

Windows

.NET Core 3.1 SDK

  1. Download and install from this link

MinGW

  1. Install from this link
  2. Run MinGW installation manager
    • Mark mingw32-gcc-g++-bin for installation
    • Mark mingw32-gcc-objc-bin for installation
  3. Run mingw-get.exe install gdb in cmd
  4. View Advanced system settings -> Environment variables -> Path - > Add C:\MinGW\bin

Node.js

  1. Download and install from this link

Python

  1. Download and install from this link

Linux

  • .NET Core 3.1 SDK
  • Clang
  • gdb
  • Node

VS Code

Extensions:

About

This repository holds all kinds of code. It has been set up so that you can run and debug C#, C++, Java, Python, JavaScript and Bash standalone files on Windows and Linux. There is also an extension I made to go with the project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published