Documentations - SRON
  • SRON's Official Documentation
  • Installation
  • Syntax of SRON
  • Executing a SRON code
  • Keywords in SRON
  • Comments in SRON
  • Datatypes in SRON
  • Variables in SRON
  • Memory Ownership Model
  • Operators in SRON
  • Math block
  • if elif else in SRON
  • Loops in SRON
    • For Loop
    • While Loop
    • Foreach Loop
  • Break & Continue
  • Functions in SRON
    • Print functions
    • User Input Functions
    • Type Conversion functions
    • Type Checking functions
    • Math functions
    • Char Functions
    • String Functions
    • List Functions
    • Miscellaneous functions
  • Return in SRON
  • Command Line Arguments
  • Free
  • Rotate
  • Console
  • Sample codes
  • Coding Convention
  • Frequently Asked Questions
  • Credits
  • Contact
  • Donate
Powered by GitBook
On this page

Installation

PreviousSRON's Official DocumentationNextSyntax of SRON

Last updated 6 months ago

To feel the speed and efficiency of SRON, you need to install SRON on your system.

Currently, SRON is only available for Windows and soon releasing for Linux and Mac OS.

Follow the below steps to start installation on Windows system:

  1. Download the package from .

  2. After downloading, unzip the package using WinRAR, or any other compression tool.

  3. After that, you can find a .msi file (like this: SRON-v2.1-x64-setup.msi) in the directory you extracted the package.

  4. Double click on the .msi package and Windows SmartScreen may show a warning. Click on "More info" and then click on "Run anyway". SRON is completely safe to download and install, so you don't have to worry.

  5. After that, the installer window will open. Click on next and follow the simple steps given in the installer.

  6. After succesfull installation, open command prompt and type sronc --version.

+----------------------------+
|      SRON version 2.1      |
|  @Author : Saksham Joshi   |
+----------------------------+

If something like this is printed, then congratulations SRON is successfully installed on your computer.

  1. Otherwise, search "Edit environment variables for your account" on start button, then click on "environment variables". After that double click on "Path" and copy-paste the below given line in a empty box.

C:\Program Files\SRON
  1. Again, type sronc --version and congratulations! SRON is successfully installed on your computer.


here