Skip to content

Commit

Permalink
Finish off the README.md
Browse files Browse the repository at this point in the history
Because I always have to forget *something*
  • Loading branch information
JHGuitarFreak committed May 11, 2024
1 parent 890851f commit dc636f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -114,6 +114,8 @@ I've made this process super easy, as long as you have Visual Studio 2008 or Vis
For Visual Studio 2008 the solution file is under `UQM-MegaMod/build/msvs2008` for Visual Studio 2015-2022 the solution file is under `build/msvs2019`
Just load up the solution file and compile away.

Once the build is complete you'll either have a `UrQuanMasters.exe` or `UrQuanMastersDebug.exe` in the root directory that you can run directly.

If you get a message about missing .dll files they can be found in the `UQM-MegaMod/dev-lib/lib` directory.
Copy them to the root UQM-MegaMod directory.
The .dll are as follows:
Expand Down Expand Up @@ -146,6 +148,8 @@ Start a MSYS2 MinGW 32-bit bash, `cd` to the UQM-MegaMod directory, then execute
When executing this command for the first time you'll come to a configuration screen where you can select a few developer-centric options.
Just hit enter and UQM will start building. It'll take awhile and you'll see a few scary warnings but everything should build fine.

Once the build is complete you'll either have a `UrQuanMasters.exe` or `UrQuanMastersDebug.exe` in the root directory that you can run directly.

If you get a message about missing .dll files they can be copied to the root directory via running the `msys2-depend.sh` bash script like so:

./msys2-depend.sh
Expand All @@ -171,6 +175,8 @@ Then when those have finished installing you can either clone the repository or
When executing this command for the first time you'll come to a configuration screen where you can select a few developer-centric options.
Just hit enter and UQM will start building. It'll take awhile and you'll see a few scary warnings but everything should build fine.

Once the build is complete you'll either have a `UrQuanMasters` or `UrQuanMastersDebug` binary in the root directory that you can run directly.

</details>

<details>
Expand All @@ -191,6 +197,8 @@ Then when those have finished installing you can either clone the MegaMod reposi
When executing this command for the first time you'll come to a configuration screen where you can select a few developer-centric options.
Just hit enter and UQM will start building. It'll take awhile and you'll see a few scary warnings but everything should build fine.

Once the build is complete you'll either have a `UrQuanMasters` or `UrQuanMastersDebug` binary in the root directory that you can run directly.

</details>

___
Expand Down

0 comments on commit dc636f4

Please sign in to comment.