Anther'sLadder
  • Get Set Up
  • Log-in
  • Sign-Up
  • Ranks
    Project M
    Project M
    Melee
    Melee
    Sm4sh 3DS
    Sm4sh 3DS
    Sm4sh Wii U
    Sm4sh Wii U
    Smash 64
    Smash 64
    Brawl
    Brawl
    SSF2
    SSF2
    RPS
    RPS
    Ultimate
    Ultimate
  • Tournaments Tourneys

New Wii-NAND Sync Dolphin for LINUX (older than ubuntu 15.04)

By Doppler12 on April 24, 2015
3,918 views

Due to the Dolphin Dev Teams Linux Package Maker being newer than latest LTS we will have to continue to build our own Dolphin. You will have to uninstall/remove current dolphin-master build you're using for the time being. You can reinstall it later. This build will show up as 6556 as I merged a pull request that auto includes the udev rule exceptions so the Wii U adapter works by default.

 

First you will need to obtain the dependencies for compiling dolphin.

Ubuntu look here Everyone else look here

 

 You will need to check your GNU compiler version, with the terminal command

                  gcc --version

  It needs to be atleast 4.9.1, if it is not you will need to update it. For Ubuntu 14.04 and Mint 17 follow this GUIDE

Now once the legwork is completed you will need to follow these steps in terminal

  1. git clone https://github.com/Doppler12/dolphin.git

  2. cd dolphin

  3. mkdir build

  4. cd build

  5. cmake ../

  6. make -j5 (The number after j is cpu core count + 1)

  7. sudo make install (Will not work if you do not install, you can change its name later)

Now to rename our newly built and installed dolphin. (If you use no other versions of dolphin, don't bother with these steps)

          sudo cp /usr/local/bin/dolphin-emu /usr/bin/dolphin-nand

          sudo rm /usr/local/bin/dolphin-emu

          sudo rm /usr/local/bin/dolphin-emu-nogui

          sudo cp /usr/local/share/applications/dolphin-emu.desktop /usr/local/share/applications/dolphin-nand.desktop

          sudo gedit /usr/local/share/applications/dolphin-nand.desktop (then edit the name to whatever you want and change the exec to dolphin-nand, change the icon too if you're so inclined) 

          sudo rm /usr/local/share/applications/dolphin-emu.desktop



And now you should have a menu option for Dolphin-Nand and be able to install whatever other copy of dolphin master you'd like to be using.

 

Troubleshooting:

Launching games fails with "WriteRest Op" error

Add "-fno-pie" to "CXX_FLAGS" when building Dolphin.

Launching Wii games in Netplay fails with "Invalid SYSCONF" error

This is why I told you to sudo make install

Discuss This Post

Smashladder 2025 Created by Anther @Anthrzy | app-2-lini