Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.38 KB

File metadata and controls

49 lines (33 loc) · 1.38 KB

RAFlash

License Contributors

RAFlash is a project aimed at bringing RetroAchievements to Adobe Flash.

Installation

Download the latest release from the GitHub Releases page and run RAFlash.exe.

Building from Source

To build RAFlash from source, you'll need the following dependencies:

Then clone and build:

git clone https://github.com/DevRubicate/RAFlash.git
cd RAFlash
make

This compiles both firmwares, builds the UI assets, and produces a standalone executable in .build/.

To build and run in one step:

make run

Contributing

We welcome contributions to RAFlash! To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Make your changes and commit them with descriptive commit messages.
  4. Push your changes to your forked repository.
  5. Create a pull request to the main repository.

License

This project is licensed under the MIT License.