- Delete CMake toolchain files in favor of CMake presets
- Delete gen-macos.sh due to deprecation of macOS support
- Enable export compile comands for vita3k/ targets
which makes CMake export the compilation commands for every single
CMake target under the scope of the vita3k/ directory so that the build
process can be exposed to other applications such as Cppcheck through
the compile_commands.json file
- Turn off USE_DISCORD_RICH_PRESENCE because the binaries are not always
compatible with Linux build.
- Update build instructions for Linux, Windows and macOS
- Update ext-boost for fixing missing headers
Currently the ext-boost repo contains:
- Boost.ProgramOptions
- Boost.Filesystem
- Boost.System
No direct usage for the last one yet, but it may be and it was already
a dependency by another lib anyway, so I included it in the "guaranteed"
libraries in the `bcp` command.