·
120 commits
to master
since this release
Wave Execution Guide (Version 0.0.3-pre-beta)
Welcome to Wave v0.0.3-pre-beta! This release allows you to enter numeric values in variables and print them out in formatting.
New Features in v0.0.3-pre-beta
- You can format and output by entering a numeric value in a variable.
Showcase
Thank you for using Wave! Stay tuned for future updates and enhancements.
Installation Guide
For Linux:
-
Download and Extract:
- Download the
wave-v0.0.3-pre-beta-linux.tar.gz
file from the official source. - Use the wget command:
wget https://github.com/LunaStev/Wave/releases/download/v0.0.3-pre-beta/wave-v0.0.3-pre-beta-linux.tar.gz
- Extract the archive:
sudo tar -xvzf wave-v0.0.3-pre-beta-linux.tar.gz -C /usr/local/bin
- Download the
-
Setting up LLVMs
- Open a terminal and type:
sudo apt-get update sudo apt-get install llvm-14 llvm-14-dev clang-14 libclang-14-dev lld-14 clang sudo ln -s /usr/lib/llvm-14/lib/libLLVM-14.so /usr/lib/libllvm-14.so export LLVM_SYS_140_PREFIX=/usr/lib/llvm-14 source ~/.bashrc
- Open a terminal and type:
-
Verify Installation:
- Open a terminal and type:
wave --version
- If the version number displays, the installation was successful.
- Open a terminal and type:
Contributor
@LunaStev | 🇰🇷