MetaReal is a powerful, easy-to-use, and flexible programming language designed for the metaverse.
Download and install MSYS2.
Install gcc, cmake, and make in the MSYS2 mingw64 terminal window.
pacman -S gcc cmake make
Rest of the steps are identical between different operating systems.
Go to the project directory and open up a terminal window (MSYS2 mingw64 terminal window in Windows).
Create a directory called build
and open it.
mkdir build
cd build
Build the project and make it.
cmake ..
make
Go back to the project directory and run the MetaReal executable file.
cd ..
./MetaReal