Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.44 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.44 KB

Sublime-Build-System

LINUX

Compiler and Interpretor in sublime3 run directly from Sublime for linux 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

screenshot from 2018-10-13 15-26-08

C and C++

  sudo apt-get install g++

screenshot from 2018-10-13 15-36-36

JAVA

screenshot from 2018-10-13 15-30-46

JAVASCRIPT

js

LISP

 sudo apt-get install sbcl

screenshot from 2018-10-13 15-47-56 screenshot from 2018-10-13 15-48-52