Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 861 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 861 Bytes

Thumper Aurora

Aurora is a binary data viewer and editor for Thumper.

Cloning

git clone https://github.com/anthofoxo/ThumperAurora -j8 --recurse-submodules

Building

Premake5 is used as the build system. Have this installed. If you're too lazy to properly set this up, just toss the premake5 executable in your system32 folder.

With premake installed. Run premake5 vs2022 or premake5 gmake2 to generate the project files.

With these project files. The application should build without any issue.

Dependencies