1.5 KiB
Manual for Windows
Building
Building Orbital has following absolute prerequisites:
Additionally, install the following libraries:
Although you might download them all and forward them to CMake via the
appropriate variables (e.g. SDL2_DIR
, IMGUI_DIR
, etc.), we recommend
to manage dependencies via vcpkg.
With vcpkg, dependencies declared in the vcpkg.json
manifest file will be automatically built and installed.
Then, clone this repository:
git clone --depth 1 https://github.com/AlexAltea/orbital
cd orbital
And build Orbital with:
cmake -B build .
cmake --build build
Installing
-
Build Orbital as described previously.
-
Make sure that your system supports Intel VTX or AMD-V, and that these features are enabled.
-
TBD. (You need to legally own a PS4 console for this step).
-
Place this file in the
bin/crypto
folder.
Running
Go to the bin
folder and run Orbital with the command:
$ ./orbital.exe
On your first run: you will be asked to create a new virtual PS4 console, and optionally, to specify a recovery PUP to boot from.