From 2d7ece0cf2e87372fec5178d21c81be922ced3cd Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 26 Apr 2020 21:26:50 -0700 Subject: [PATCH] Add wiki page for installing Moonlight Qt on the Jetson --- ...alling-Moonlight-Qt-on-Linux4Tegra-(L4T)-Ubuntu.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Installing-Moonlight-Qt-on-Linux4Tegra-(L4T)-Ubuntu.md diff --git a/Installing-Moonlight-Qt-on-Linux4Tegra-(L4T)-Ubuntu.md b/Installing-Moonlight-Qt-on-Linux4Tegra-(L4T)-Ubuntu.md new file mode 100644 index 0000000..5c04e66 --- /dev/null +++ b/Installing-Moonlight-Qt-on-Linux4Tegra-(L4T)-Ubuntu.md @@ -0,0 +1,11 @@ +Beginning with Moonlight Qt v2.0.0, support for L4T devices such as the [Nintendo Switch](https://gbatemp.net/threads/l4t-ubuntu-a-fully-featured-linux-on-your-switch.537301/) and NVIDIA Jetson development boards is in beta. As is typical with beta releases, the usual caveats apply: this may not perform well for you; it may crash/hang or just not work at all. Please [report bugs](https://github.com/moonlight-stream/moonlight-qt/issues) if you encounter issues. + +Run the following commands to install Moonlight Qt to your L4T device: +``` +echo "deb https://dl.bintray.com/moonlight-stream/moonlight-l4t bionic main" | sudo tee /etc/apt/sources.list.d/moonlight-l4t.list +sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61 +sudo apt update +sudo apt install moonlight-qt +``` + +You can then launch Moonlight from your desktop or via the `moonlight-qt` command in the terminal. \ No newline at end of file