Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Edit & Compile

NaolShow edited this page Jul 1, 2019 · 1 revision

💾 Edit & Compile

Installing tools

Requirements: Windows 7, 8 or 10 and .NET Framework 4.7.2 You will also need Visual Studio 2019

(NOTE: Wolfy has not been tested on linux/mac with MONO)

Download Wolfy

If you didn't download Wolfy sources you can do this right here.

Just click on the button: Clone or download, and then: Download ZIP

And just extract Wolfy where you want.

✏️ Edit Wolfy

Open the .sln file which is here: WOLFY/Wolfy.sln Make sure you are opening the file using the correction Visual Studio version!

Edit everything you want! And then you could do a pull request! See how here

⭐ Compile Wolfy

Open the .sln file which is here: WOLFY/Wolfy.sln Make sure you are opening the file using the correction Visual Studio version!

When the project is loaded, just do this:

  • Click on "Build" (top bar)
  • Click on "Build Wolfy" (or use CTRL + B)

! If you have any errors please check if you have the Requirements ! ! If you have any errors and also the Requirements, contact me ! See how here

You can now check you're compiled version of Wolfy in: WOLFY/Wolfy/bin/Debug/Wolfy.exe