mirror of
https://github.com/moonlight-stream/moonlight-docs.git
synced 2025-07-01 15:26:44 +00:00
Add wiki page for installing Moonlight Qt on the Jetson
parent
131097459f
commit
2d7ece0cf2
11
Installing-Moonlight-Qt-on-Linux4Tegra-(L4T)-Ubuntu.md
Normal file
11
Installing-Moonlight-Qt-on-Linux4Tegra-(L4T)-Ubuntu.md
Normal file
@ -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.
|
Loading…
x
Reference in New Issue
Block a user