Dolphin (Source)
Dolphin (Source)
Dolphin (Source)
File Size:
12.51 MB
Version:
2409
Date:
04 September 2024
Downloads:
153 x
Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
Notes
Linux Global Build Steps:
To install to your system.
mkdir build
cd build
cmake ..
make
sudo make install
Linux Local Build Steps:
Useful for development as root access is not required.
mkdir Build
cd Build
cmake .. -DLINUX_LOCAL_DEV=true
make
ln -s ../../Data/Sys Binaries/
Linux Portable Build Steps:
Can be stored on external storage and used on different Linux systems. Or useful for having multiple distinct Dolphin setups for testing/development/TAS.
mkdir Build
cd Build
cmake .. -DLINUX_LOCAL_DEV=true
make
cp -r ../Data/Sys/ Binaries/
touch Binaries/portable.txt
Powered by Phoca Download