mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-11 15:40:51 +00:00
README.md updated
This commit is contained in:
parent
a8bebcba55
commit
0cf4b378f9
@ -26,12 +26,12 @@ __Windows__
|
|||||||
|
|
||||||
__Linux__
|
__Linux__
|
||||||
* GCC 5.1+ or Clang 3.5.0+
|
* GCC 5.1+ or Clang 3.5.0+
|
||||||
* Debian & Ubuntu: `sudo apt-get install cmake build-essential libopenal-dev libwxgtk3.0-dev libglew-dev zlib1g-dev libedit-dev`
|
* Debian & Ubuntu: `sudo apt-get install cmake build-essential libopenal-dev libwxgtk3.0-dev libglew-dev zlib1g-dev libedit-dev libvulkan-dev`
|
||||||
* Arch: `sudo pacman -S glew openal wxgtk cmake llvm`
|
* Arch: `sudo pacman -S glew openal wxgtk cmake llvm`
|
||||||
|
|
||||||
__Mac OSX__
|
__Mac OSX__
|
||||||
* Xcode 6+ (tested with Xcode 6.4)
|
* Xcode 6+ (tested with Xcode 6.4)
|
||||||
* Install with Homebrew: `brew install glew wxwidgets` (add `llvm36` to that list if you want to build with ppu jit)
|
* Install with Homebrew: `brew install glew wxwidgets`
|
||||||
* Remove '-framework QuickTime' from '_ldflags' in /usr/local/bin/wx-config
|
* Remove '-framework QuickTime' from '_ldflags' in /usr/local/bin/wx-config
|
||||||
|
|
||||||
|
|
||||||
@ -43,9 +43,9 @@ To initialize the repository don't forget to execute `git submodule update --ini
|
|||||||
2) Build the projects in *__BUILD_BEFORE* folder: right-click on every project > *Build*.
|
2) Build the projects in *__BUILD_BEFORE* folder: right-click on every project > *Build*.
|
||||||
3) Press *BUILD* > *Build Solution* or *Rebuild Solution*.
|
3) Press *BUILD* > *Build Solution* or *Rebuild Solution*.
|
||||||
* __Linux & Mac OSX__:
|
* __Linux & Mac OSX__:
|
||||||
If you want to build with LLVM, then LLVM 3.6.2 is required.
|
If you want to build with LLVM, then LLVM 3.8 is required.
|
||||||
`cd rpcs3 && cmake CMakeLists.txt && make && cd ../` then run with `cd bin && ./rpcs3`.
|
`cd rpcs3 && cmake CMakeLists.txt && make && cd ../` then run with `cd bin && ./rpcs3`.
|
||||||
If you are on OSX and want to build with llvm don't forget to add `-DLLVM_DIR=/usr/local/opt/llvm36/lib/llvm-3.6/share/llvm/cmake` (or wherever llvm brew was installed) to cmake invocation.
|
If you are on OSX and want to build with llvm don't forget to add `-DLLVM_DIR=...` (or wherever llvm brew was installed) to cmake invocation.
|
||||||
When using GDB, configure it to ignore SIGSEGV signal (`handle SIGSEGV nostop noprint`).
|
When using GDB, configure it to ignore SIGSEGV signal (`handle SIGSEGV nostop noprint`).
|
||||||
|
|
||||||
### Support
|
### Support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user