
In addition to the games, it also emulates the 3DS’ Wi-Fi. It can run Nintendo 3DS games such as The Legend of Zelda: Ocarina of Time 3D, Animal Crossing: New Leaf, Pokémon Sun and Moon, and Sonic Generations. Is an open-source Nintendo 3DS emulator that gets its name from the model name of the original 3DS, CTR. Sh cmake-3.8.1-Linux-x86_64.sh -prefix=~/cmakeĪnd ready with it, we proceed to install the emulator with its respective commands that we mentioned steps back.Shaun Jooste Updated 7 months ago Play 3DS games on your phone! Citra Qt5 sudo apt-get install qt5-default libqt5opengl5-dev Then we proceed to install the other dependencies with: sudo apt-get install lib32stdc++6 If you are a user of the LTS version of Ubuntu 14.04 and you want to run the emulator on your system, the commands of the aforementioned dependencies will not be useful, so to make the emulator work well on your system it is necessary to install these dependencies within your system.įirst we will have to add this repository and install with: sudo add-apt-repository ppa:ubuntu-toolchain-r/test citra-qt How to install Citra on Ubuntu 14.04? The emulator has the option of being able to run it without the need to install it on the system, for this it is recommended that we clone the GIT of it, we do it with: git clone -recursive Īnd finally we have two options to run it SDL or QT. Sudo make install Run Citra without installing it on the system. Now we proceed to install the emulator, for this it will be necessary to unzip the file, after doing this we will open a terminal and position ourselves inside the folder that we unzipped and installed with the following commands: mkdir build & cd build The next dependency to install is GCC v5, we install it with: sudo apt-get install build-essentialĪnd the rest are cmake, clang and curl, we install these with the commands: sudo apt-get install cmake & apt-get install clang libc++-dev & apt-get install libcurl4-openssl-dev

If it doesn't work with this other command: sudo apt-get install libsdl2-2.0-0

Now, once the emulator is downloaded, some dependencies will need to be installed so as not to have problems with the execution of this.įirst we will install the SDL2 dependency. For this we have to open a terminal and write the following commands: sudo apt-get install sdl2 The emulator has two development versions which are Nightly Builds and Bleeding Edge, in this case I recommend the Nightly, any of these you can download from this link.
