-
Notifications
You must be signed in to change notification settings - Fork 14
Building
For those brave enough to be alpha testers...
-
Download and install Visual Studio 2022 Community (this will take a while; you might want to disable some of the options you won't be using, such as mobile development, to save time):
https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=17
-
Open Visual Studio.
-
On the right side of the screen, click "Clone or check out code".
-
Paste in this URL for the "repository location":
https://github.com/ekolis/FrEee.git -
Click the "clone" button in the lower right hand corner.
-
When the code is done downloading, press F5 to build and run the game, or F6 to just build it without running it.
- To run the game again without loading up Visual Studio, you can also run
FrEee/FrEee.WinForms/bin/debug/FrEee.exe, assuming there haven't been any changes to the code that you need to compile.
When I need to make changes to fix bugs or whatever, but you've already got the game set up, the process is a bit simpler:
-
Open Visual Studio.
-
Choose the FrEee solution from the recent list.
-
Open Git Changes (if you can't find it, press Ctrl-Q and type it in to search for it).
-
Click "pull" in Team Explorer (the solid down arrow at the top of the window)
-
Once the code is done downloading, press F6 to build the game.
-
Once the game is done building, you can press F5 to run it, or run the executable that was generated in the FrEee\Free.UI.WinForms\bin\Debug\net90 folder.
Let me know if you run into any problems!