mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-01 18:40:57 -06:00
Added options for the different Nix build modes.
This commit is contained in:
parent
3d58d52ca6
commit
bb75dbfb9a
@ -62,7 +62,13 @@ ln -s ./build/compile_commands.json .
|
||||
|
||||
#### Nix Flake Build
|
||||
```bash
|
||||
nix build .?submodules=1#debugLinux
|
||||
nix build .?submodules=1#linux.debug
|
||||
```
|
||||
```bash
|
||||
nix build .?submodules=1#linux.release
|
||||
```
|
||||
```bash
|
||||
nix build .?submodules=1#linux.releaseWithDebugInfo
|
||||
```
|
||||
#### Other Linux distributions
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user