mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 13:25:23 -06:00
Added instructions for entering nix development shell.
.
This commit is contained in:
parent
54fa7f7cc3
commit
3fb63f2316
@ -53,6 +53,13 @@ sudo zypper install clang git cmake libasound2 libpulse-devel \
|
||||
nix-shell shell.nix
|
||||
```
|
||||
|
||||
#### Nix Flake Development Shell
|
||||
```bash
|
||||
nix develop
|
||||
cmake -S . -B build/ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||
ln -s ./build/compile_commands.json .
|
||||
```
|
||||
|
||||
#### Other Linux distributions
|
||||
|
||||
You can try one of two methods:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user