Installation

Install BornomalaScript on Windows and Linux. macOS support is coming soon.

Installation

To use BornomalaScript, ensure you have its compiler installed on your system.

macOS:

macOS support is coming soon.


Windows Guide

1

Step 1: Download

Download the latest release from the website.

Windows Step 1

2

Step 2: Install

Double click the setup file and follow the installation instructions.

Windows Step 2 Windows Step 3 Windows Step 4

3

Step 3: Copy install path

Open C:\\Program Files (x86)\\Mohammad Mahfuz Rahman\\BornomalaScript and copy the path. Windows Step 5

4

Step 4: Add to PATH

Open Environment Variables and add the copied path to the system Path variable. Windows Step 6 Windows Step 7 Windows Step 8 Windows Step 9 Windows Step 10

5

Step 5: Verify compiler

Open Command Prompt and run:

bs --version

You should see the BornomalaScript compiler version.

6

Step 6: View metadata

bs --metadata
7

Step 7: See all commands

bs --help

Linux Guide (Debian-based)

1

Step 1: Download

Download the latest .deb release from the website.

2

Step 2: Open the downloads folder

Navigate to the folder where the .deb file is saved.

3

Step 3: Install the package

Open a terminal in that folder and run:

sudo dpkg -i path/to/file.deb
4

Step 4: Verify compiler

From any terminal, run:

bs --version

You should see the BornomalaScript compiler version.

5

Step 5: View metadata

bs --metadata
6

Step 6: See all commands

bs --help

VS Code Setup

  • Download the Bornomala Script Pack VS Code extension and install it.
  • Open a .bs file or create a new one to enable language features.