SCode Studio
  • What is SCode Studio?
  • Guides
    • Creating your first project
      • Empty
      • Android App
      • C++, C and C# console
      • Web development
      • React App
      • Markdown
      • Plain Text
      • Java and Koltin
      • Pyhton
    • Supported language
    • Termux
      • Installer[not available]
      • Run code
  • Fundamentals
    • Projects management
  • Learn more
    • Roadmap
  • Extras
    • Keyboard Shortcuts
Powered by GitBook
On this page
  • Description
  • Getting Started
  1. Guides
  2. Termux

Installer[not available]

Optional

This is contain always used compiler on SCode Compiler on Termux.

Sorry installer it's not available on version alpha_1.0

Description

This script will install the following python, vim, nano, clang, nodejs, php, golang, mysql and javajdk.

Good to know: if your want add some more language you can pull request on my github.

Getting Started

Dependencies

  • Before installing compiler you must have SCode Studio or SCode IDE.

Installing

  • Prepare the Termux for installing the Compiler

apt get update && apt get upgrade -y && pkg install git -y && apt install git -y
  • Clone the respiratory or clone it via git clone

wget https://github.com/Jaseunda/scode-packages/blob/main/packages/compiler/install-scode-compiler.sh install-scode-compiler.sh
  • Run install

sh install-scode-compiler.sh

And that's all. You can use SCode Studio now with Termux.

PreviousTermuxNextRun code

Last updated 2 years ago