Tool for checking the integrity of an AME installation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
664 B

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. # AME Integrity Check (ameck)
  2. Tool for checking the integrity of an AME installation.
  3. ![AME Integrity Check Screenshot](screenshot.png)
  4. ## Usage
  5. You can download the tool by going to the [latest release](https://git.ameliorated.info/Styris/ameck/releases/latest) and selecting `ameck.exe` from the **Downloads** section.
  6. Once downloaded, simply run `ameck.exe`.
  7. ## Compilation
  8. Requirements:
  9. * Visual Studio or relevant IDE with .NET desktop development
  10. Steps:
  11. 1. Clone the repository:
  12. ```
  13. git clone https://git.ameliorated.info/Styris/ameck.git
  14. ```
  15. 2. Open `ameck.sln`
  16. 3. Set the build configuration to `Release | Any CPU`
  17. 4. Build the project