mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 13:28:40 +00:00
readme adjustments
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user