To build and run Ryza Code Editor, follow these steps:
- C++17 compiler (GCC, Clang, or MSVC)
- CMake (version 3.10 or later)
- Clone the repository:
git clone https://github.com/yourusername/ryza.git cd ryza
- Create a build directory:
mkdir build cd build
- Run CMake to generate the build files:
cmake ..
- Build the project:
make
- After building, you can run the editor:
./ryza
- You can configure custom themes and icons in the
resources/
directory. - For more details, refer to the CONTRIBUTING.md file.