README 707 B

12345678910111213141516171819202122
  1. PCSX2 is an open source Playstation 2 emulator. Its purpose is to mimic
  2. the PS2 hardware, using a combination of MIPS CPU Interpreters, Recompilers
  3. and a Virtual Machine which manages hardware states and PS2 system memory.
  4. portaudio is an optional dependency.
  5. NOTE:
  6. * Builds using clang require that wxGTK3 is also built with clang.
  7. To build debugging symbols for PCSX2 use:
  8. DEBUG=yes ./pcsx2.SlackBuild
  9. Alternatively a devel build can be used:
  10. DEVEL=yes ./pcsx2.SlackBuild
  11. If a debug or devel build is used, asan support can also be built:
  12. ASAN=yes ./pcsx2.SlackBuild
  13. The following environment variable will be required to use asan:
  14. ASAN_OPTIONS=allow_user_segv_handler=1:abort_on_error=1