

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. 3 How to install Citra on Ubuntu 14.04?.2 Run Citra without installing it on the system.1 How to install Citra on Ubuntu 17.04?.
