From 1d9e47622ad40158d956073250b725b34badca45 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Wed, 10 Jul 2019 10:35:35 +0000 Subject: [PATCH] Revert "Add README.md" This reverts commit bf92420624c1bec51086700e08074e88e462acf6 --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 44a953d..0000000 --- a/README.md +++ /dev/null @@ -1,22 +0,0 @@ -# SM64 ROM Manager -A brand new all-in-one SM64 Hacking tool that allows you to import and modify custom levels, edit texts, music and many more! - -## Download & Compile -Let me explain how to get tbe able to compile the source code. - 1. Download the source code - 2. Download the latest version of SM64 ROM Manager. - 3. Copy the "Data" folder from the latest version to the repo folder in "SM64 ROM Manager\SM64 ROM Manager\bin\Debug" to be able to debug this tool. - 4. Go inside the "Shared Libs" folder in the repo folder: "SM64 ROM Manager\Shared Libs" - 5. Double-Click the registry file "DotNetBar_License.reg" to instert it to your registry. - This will install a working license for DotNetBar for SM64 ROM Manager development. - 6. Open the project solution. - 7. Restore the NuGet packages for the whole package. - There is an option for that in Visual Studio by right-click on the project solution and click to "Restore NuGet packages". - 9. Done! - -Now you should be able to compile the source code without problems for private use. - -## Requiements - - Visual Studio 2017 - - .Net Framework 4.5 - - Internet connection (for restoring NuGet packages)