mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-01-13 02:43:54 +08:00
update readme to add -verbose
This commit is contained in:
parent
c3bbecff17
commit
f9cb481855
26
README.md
26
README.md
@ -29,7 +29,7 @@ You can find instructions here: [README.release.md](./post_build/README.release.
|
||||
|
||||
<br/>
|
||||
|
||||
>> # One time setup
|
||||
# **One time setup**
|
||||
## On Windows:
|
||||
* You need Windows 10 or 8.1
|
||||
* Install `Visual Studio 2022 Community`: https://visualstudio.microsoft.com/vs/community/
|
||||
@ -55,7 +55,7 @@ You can find instructions here: [README.release.md](./post_build/README.release.
|
||||
|
||||
---
|
||||
|
||||
>> # Cloning the repo
|
||||
# **Cloning the repo**
|
||||
|
||||
Clone the repo and its submodules **recursively**
|
||||
```bash
|
||||
@ -64,7 +64,7 @@ You can find instructions here: [README.release.md](./post_build/README.release.
|
||||
|
||||
---
|
||||
|
||||
>> # Building dependencies
|
||||
# **Building dependencies**
|
||||
|
||||
These are third party libraries needed to build the emu later, they are linked with the emu during its build process.
|
||||
You don't need to build these dependencies every time, they rarely get updated.
|
||||
@ -102,7 +102,7 @@ Additional arguments you can pass to this script:
|
||||
|
||||
---
|
||||
|
||||
>> # Building the emu
|
||||
# **Building the emu**
|
||||
## On Windows:
|
||||
Open CMD in the repo folder, then run the batch script
|
||||
```batch
|
||||
@ -113,7 +113,6 @@ This will build a release build of the emu in the folder `build\win\release`
|
||||
<br/>
|
||||
|
||||
Arguments you can pass to this script:
|
||||
* `-j <n>`: build with `<n>` parallel jobs, by default 70% of the available threads
|
||||
* `release`: build the emu in release mode
|
||||
* `debug`: build the emu in debug mode, which writes events to a log file, and includes `.pdb` files,
|
||||
check the debug build readme: [README.debug.md](./post_build/README.debug.md)
|
||||
@ -121,6 +120,11 @@ Arguments you can pass to this script:
|
||||
|
||||
>>>>>>>>> ___
|
||||
|
||||
* `-j <n>`: build with `<n>` parallel jobs, by default 70% of the available threads
|
||||
* `-verbose`: output compiler/linker commands
|
||||
|
||||
>>>>>>>>> ___
|
||||
|
||||
* `-lib-32`: prevent building normal `steam_api.dll`
|
||||
* `-lib-64`: prevent building normal `steam_api64.dll`
|
||||
|
||||
@ -157,7 +161,6 @@ This will build a release build of the emu in the folder `build/linux/release`
|
||||
<br/>
|
||||
|
||||
Arguments you can pass to this script:
|
||||
* `-j <n>`: build with `<n>` parallel jobs, by default 70% of the available threads
|
||||
* `release`: build the emu in release mode
|
||||
* `debug`: build the emu in debug mode, which writes events to a log file, and includes `.pdb` files,
|
||||
check the debug build readme: [README.debug.md](./post_build/README.debug.md)
|
||||
@ -165,6 +168,11 @@ Arguments you can pass to this script:
|
||||
|
||||
>>>>>>>>> ___
|
||||
|
||||
* `-j <n>`: build with `<n>` parallel jobs, by default 70% of the available threads
|
||||
* `-verbose`: output compiler/linker commands
|
||||
|
||||
>>>>>>>>> ___
|
||||
|
||||
* `-lib-32`: prevent building normal 32-bit `libsteam_api.so`
|
||||
* `-lib-64`: prevent building normal 64-bit `libsteam_api.so`
|
||||
|
||||
@ -186,7 +194,7 @@ Arguments you can pass to this script:
|
||||
|
||||
---
|
||||
|
||||
>> # Building the tool `generate_emu_config`
|
||||
# **Building the tool `generate_emu_config`**
|
||||
Navigate to the folder `tools/generate_emu_config/` then
|
||||
|
||||
## On Windows:
|
||||
@ -222,7 +230,7 @@ This will build the tool inside `bin/linux`
|
||||
|
||||
---
|
||||
|
||||
>> # Using Github CI as a builder
|
||||
# **Using Github CI as a builder**
|
||||
|
||||
This is really slow and mainly intended for the CI Workflow scripts, but you can use it as another outlet if you can't build locally.
|
||||
**You have to fork the repo first**.
|
||||
@ -288,7 +296,7 @@ The following are special branches, pushing any code to them will trigger the bu
|
||||
|
||||
---
|
||||
|
||||
>> # *(Optional)* Packaging
|
||||
# ***(Optional)* Packaging**
|
||||
This step is intended for Github CI/Workflow, but you can create a package locally.
|
||||
|
||||
## On Windows:
|
||||
|
Loading…
x
Reference in New Issue
Block a user