Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 950 Bytes

howto.md

File metadata and controls

46 lines (29 loc) · 950 Bytes

🚀 How to Launch Wopslang

Introduction

It is a document containing how to install Wops. If you find an unexpected error during installation, check the installation order again and ask for help if the error continues to appear.

Linux

  1. Open a Terminal.

  2. Install 'gcc', 'g++' and 'make', using the apt command:

    sudo apt install gcc
    sudo apt install g++
    sudo apt install make
  3. Clone our project repository

    git clone https://github.com/Wopslang/Wops.git
  4. Use this command in Terminal to build and make executable interpreter:

    bash build.sh

image

Done!

Windows OS

Use Windows Installer provided in here.

2024, Wops Team