https://github.com/rizwansoaib/sublime-build-system
Compiler and Interpretor in sublime3 run directly from Sublime for linux
https://github.com/rizwansoaib/sublime-build-system
bash bash-script bash-scripting compiler editor interpretor sublime
Last synced: about 1 month ago
JSON representation
Compiler and Interpretor in sublime3 run directly from Sublime for linux
- Host: GitHub
- URL: https://github.com/rizwansoaib/sublime-build-system
- Owner: rizwansoaib
- Created: 2018-10-09T13:13:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T06:15:47.000Z (over 3 years ago)
- Last Synced: 2025-05-12T21:12:12.500Z (about 1 month ago)
- Topics: bash, bash-script, bash-scripting, compiler, editor, interpretor, sublime
- Language: Shell
- Homepage:
- Size: 129 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Sublime-Build-System
[](https://www.linux.org/pages/download/) [](https://github.com/rizwansoaib/sublime-build-system)
[](http://github.com/rizwansoaib/sublime-build-system/fork)Compiler and Interpretor in sublime3 run directly from Sublime for linux script also installed C,C++,Java,Python compiler and interpretor for other Prograaming languages must preinstalled compiler and interpretor in System
## Installation
git clone https://github.com/rizwansoaib/sublime-build-system.git
cd sublime-build-system
chmod +x install.sh
./install.sh
Build and Run Programs From ctrl+Shift+B
# Python3

# C and C++
sudo apt-get install g++

# JAVA
# JAVASCRIPT

# LISP
sudo apt-get install sbcl

