-
Notifications
You must be signed in to change notification settings - Fork 44
SoftwareCompilation
DavidFreely edited this page Nov 7, 2025
·
21 revisions
Related: SoftwareUI, SoftwareUKSContentExample
- Visual Studio installed (https://visualstudio.microsoft.com/de/downloads/).
Hint:
- With the ".NET desktop developer" package (you can activated that option in the installation process).
/Video: Getting Started with Brain Simulator III - Future AI Society (https://www.youtube.com/watch?v=eSNRHZ6mypk)
A) Starting Visual Studio
B1) If not cloned already: Using "Cloning a Repository" (on the starting screen of Visual Studio)
- Repository (online) location: https://github.com/FutureAIGuru/BrainSimIII
- This will download the repo of Brain Sim 3 onto your mashine. You can choose with 'Path' to where exactly.
B2) Opening the Repository "BrainSimulator" in Visual Studio
C) Compiling the Repository "BrainSimulator"
- The
green-arrow-button(pointing to the right) in thetop-barof Visual Studio. - 'Clicking' on the folder "BrainSimulator" beforehand. This activates the right folder for Visual Studio to compile.
RESULT: The program will show in the foreground on your screen when the compilation is complete.