readme adjustments

This commit is contained in:
Ryan Fleury
2025-05-07 05:56:41 -07:00
parent afd1f0c713
commit 84e299e081
+14 -3
View File
@@ -90,10 +90,11 @@ You should see the following output:
``` ```
[debug mode] [debug mode]
[msvc compile] [msvc compile]
[default mode, assuming `raddbg` build]
metagen_main.c metagen_main.c
searching C:\devel\raddebugger/src... 309 files found searching C:\devel\raddebugger/src... 447 files found
parsing metadesk... 15 metadesk files parsed parsing metadesk... 14 metadesk files parsed
gathering tables... 96 tables found gathering tables... 93 tables found
generating layer code... generating layer code...
raddbg_main.c raddbg_main.c
``` ```
@@ -101,6 +102,16 @@ raddbg_main.c
If everything worked correctly, there will be a `build` folder in the root If everything worked correctly, there will be a `build` folder in the root
level of the codebase, and it will contain a freshly-built `raddbg.exe`. level of the codebase, and it will contain a freshly-built `raddbg.exe`.
This `raddbg.exe` will have been built in **debug mode**, which is not built
with optimizations, and may perform worse. To produce a
**release mode executable**, run `build.bat` with a `release` argument:
```
build release
```
This build will take significantly longer.
## Short-To-Medium-Term Roadmap ## Short-To-Medium-Term Roadmap
### The Initial Alpha Battle-Testing Phase ### The Initial Alpha Battle-Testing Phase