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.
-
Open a Terminal.
-
Install 'gcc', 'g++' and 'make', using the
apt
command:sudo apt install gcc sudo apt install g++ sudo apt install make
-
Clone our project repository
git clone https://github.com/Wopslang/Wops.git
-
Use this command in Terminal to build and make executable interpreter:
bash build.sh
Done!
Use Windows Installer provided in here.
2024, Wops Team