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
Step 1: Download
Download the latest release from the website.
Step 2: Install
Double click the setup file and follow the installation instructions.
Step 3: Copy install path
Open C:\\Program Files (x86)\\Mohammad Mahfuz Rahman\\BornomalaScript
and copy the path.
Step 4: Add to PATH
Open Environment Variables and add the copied path to the system Path
variable.
Step 5: Verify compiler
Open Command Prompt and run:
bs --version
You should see the BornomalaScript compiler version.
Step 6: View metadata
bs --metadata
Step 7: See all commands
bs --help
Linux Guide (Debian-based)
Step 1: Download
Download the latest .deb
release from the website.
Step 2: Open the downloads folder
Navigate to the folder where the .deb
file is saved.
Step 3: Install the package
Open a terminal in that folder and run:
sudo dpkg -i path/to/file.deb
Step 4: Verify compiler
From any terminal, run:
bs --version
You should see the BornomalaScript compiler version.
Step 5: View metadata
bs --metadata
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.