RATools
Script interpreter for writing achievements for retroachievements.org
Build instructions (RATools only):
- Download the latest Core dll from Core releases and unzip into a "lib" directory under the RATools checkout.
- Download the nUnit and Moq dlls and extract them to a "lib" subdirectory under the RATools checkout.
- Open the "RATools.sln" project.
- Compile.
Build instructions (RATools + Core):
- Ensure your Core checkout is in a directory beside the RATools checkout.
- Download the nUnit and Moq dlls and extract them to a "libs" directory beside the RATools checkout.
- you should now have three directories at the top level: Core, libs, RATools
- Open the "RATools + Core.sln" project.
- Compile.