mirror of https://github.com/PCSX2/pcsx2.git
Updated Installing on Linux (markdown)
parent
9691994933
commit
312f7fa30a
|
@ -321,7 +321,7 @@ cd ../bin
|
|||
|
||||
See [the latest instructions on the PCSX2 wiki](https://wiki.pcsx2.net/PCSX2_Documentation/Compiling_on_Linux).
|
||||
|
||||
## How to compile PCSX2 in 2020 (Gentoo & Derivatives):
|
||||
## How to compile PCSX2 in 2021 (Gentoo & Derivatives):
|
||||
|
||||
```
|
||||
sudo emerge -av net-libs/libpcap x11-libs/wxGTK media-libs/libsoundtouch dev-libs/libaio \
|
||||
|
@ -329,6 +329,7 @@ media-libs/libsdl2 app-arch/lzma net-libs/libpcap dev-libs/libxml2
|
|||
|
||||
git clone https://github.com/PCSX2/pcsx2.git
|
||||
mkdir pcsx2/build && cd pcsx2/build
|
||||
git submodule update --init --recursive
|
||||
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_REPLAY_LOADERS=TRUE -DCMAKE_BUILD_PO=FALSE -DGTK3_API=TRUE \
|
||||
-DwxWidgets_CONFIG_EXECUTABLE="/usr/lib64/wx/config/gtk3-unicode-3.0-gtk3" \
|
||||
|
|
Loading…
Reference in New Issue