diff --git a/README.md b/README.md index 8d93108..7a2fae0 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,22 @@ The latest Open PS2 Loader revisions have a built-in NBD server. `pfsshell/pfsfu This project can be built by using the Meson build system. For more information about the system, please visit the following location: +Download source files and dependencies: +`git clone --recurse-submodules https://github.com/ps2homebrew/pfsshell.git` + +Create build folder and build object files: +`meson setup build` + +Also build pfsfuse or other features: +`meson setup -Denable_ build` +Replace `` with a feature like pfsfuse - `meson setup -Denable_pfsfuse build` + +Build executable(s) and so/dll files: +``` +cd build +ninja +``` + ## Original project The original project was created by Wizard of Oz. More information about the original project can be found at the following location: