Installation

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

Currently, SRON is available for both Windows and Linux but in development for MacOS.


🔵 Follow the below steps to start installation on Windows (x64) system:

  1. Download the package from herearrow-up-right.

  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.2-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 successful installation, open command prompt and type sronc --version.

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.

  1. Again, type sronc --version and congratulations! SRON is successfully installed on your computer.


🟡 Follow these below steps to install it on Linux (x64) systems:

  1. Download the bash script from herearrow-up-right.

  2. A small script named install_sron.sh will be downloaded.

  3. Now, navigate to the directory where the install_sron.sh is saved after download.

  4. Launch the directory of that directory:

  5. Execute these commands:

  1. After the script's execution completes, execute this command on the terminal sronc --version. If something like this is printed, then Wohoo! Installation Done ✅.


Last updated