How do i install Citra 3ds emulator on Ubuntu 16.04LTS

Solution
As per the developer' page, this is still in development, both for Windows and for other platforms. Looking at the available downloads:
- this is 64-bit only
- there's no "install" as such, you just run the executable from the console - download the archive, unpack it, then
Code:
$ ./citra
or
Code:
$ ./citra-qt
. You might have to "sudo" these as well. There might be many dependencies, and unless you are somehow accustomed to Linux, you better wait for some finished product with installable download.
As per the developer' page, this is still in development, both for Windows and for other platforms. Looking at the available downloads:
- this is 64-bit only
- there's no "install" as such, you just run the executable from the console - download the archive, unpack it, then
Code:
$ ./citra
or
Code:
$ ./citra-qt
. You might have to "sudo" these as well. There might be many dependencies, and unless you are somehow accustomed to Linux, you better wait for some finished product with installable download.
 
Solution