Files
yaze/README.md
Justin Scofield ae3664fc08 Update README.md
2022-06-23 16:33:07 -04:00

901 B

Yet Another Zelda3 Editor

Platform: Windows, macOS, GNU/Linux
Dependencies: SDL2, ImGui

Description

General purpose editor for The Legend of Zelda: A Link to the Past for the Super Nintendo.

Building and installation

CMake is required to build Premia

  1. Clone the repository

     git clone --recurse-submodules https://github.com/scawful/yaze.git 
    
  2. Create a build directory in the root workspace folder

     mkdir build
    
  3. Move to the build directory and generate the build files specified in CMakeLists.txt

     cmake -G "<MinGW Makefiles/Unix Makefiles>" ../
    
  4. Build and run.

     make yaze
     cmake --build <yaze_root/build> --config Debug --target yaze
    

Screenshots

image