mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43:12 -07:00
Add Platform-Specific Docs
This commit is contained in:
parent
41686e441c
commit
dbd91246af
2 changed files with 10 additions and 0 deletions
|
@ -50,6 +50,8 @@ cmake ..
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For more detailed platform-specific instructions, see [doc/platform-build.md](doc/platform-build.md).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
If your PS4 is on your local network, is turned on or in standby mode and does not have Discovery explicitly disabled, Chiaki should find it.
|
If your PS4 is on your local network, is turned on or in standby mode and does not have Discovery explicitly disabled, Chiaki should find it.
|
||||||
|
|
8
doc/platform-build.md
Normal file
8
doc/platform-build.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
# Platform-specific build instructions
|
||||||
|
|
||||||
|
## Windows
|
||||||
|
|
||||||
|
Windows support is reduced to the absolute minimum for maintainability.
|
||||||
|
Official Windows builds are done on AppVeyor within MSYS2 using this script, which can also work as a template for building locally: [scripts/appveyor.sh](../scripts/appveyor.sh).
|
||||||
|
Other methods of building may work, but will not be officially supported.
|
Loading…
Add table
Add a link
Reference in a new issue