Ensure you have the following tools installed:
- CMake: Version 3.21.0 or higher
- Python: Version 3.x or higher
-
Clone the Source Code: To get the latest version of Visera along with its submodules, run:
git clone --recurse-submodules https://github.com/Visera-io/Visera.git
-
Open the Python CLI: Run the CLI with:
./Visera.bat
Or, alternatively, you can use:
python Scripts/CLI.py
-
AlohaVisera Project: Follow these steps in the CLI:
- Open the
AlohaViseraproject:open AlohaVisera
- Generate the Debug configuration:
generate debug
- Build the Debug version:
build debug
Note: These steps may take approximately 30 minutes to complete.
- Run the Aloha Visera (Debug):
run debug
- Open the
- Work in Progress: Currently testing on a MacBook M3 Pro. Updates to follow.
