mirror of
https://github.com/jlobue10/SteamDeck_rEFInd.git
synced 2024-12-03 01:39:54 +08:00
Update README.md
This commit is contained in:
parent
8e5a82d8e0
commit
1e172abea4
@ -8,7 +8,7 @@ cd SteamDeck_rEFInd
|
||||
chmod +x install-GUI.sh
|
||||
./install-GUI.sh
|
||||
```
|
||||
This GUI installation will take care of installing all of the necessary dependendcies to successfully compile the GUI from source, then compile the GUI and ask whether or not to place a shortcut on the desktop. If the GUI compile fails for some reason, you will get a pop-up notifying you of that error. Something in your installation did not finish correctly if you get this error pop-up. Common errors include a dependency failed to install, or your `pacman` repositories from your config file are pointing to something other than `*-rel`.
|
||||
This GUI installation will take care of installing all of the necessary dependendcies to successfully compile the GUI from source, then compile the GUI and ask whether or not to place a shortcut on the desktop. If the GUI compile fails for some reason, you will get a pop-up notifying you of that error. Something in your installation did not finish correctly if you get this error pop-up. Common errors include a dependency failing to install, or your `pacman` repositories from your config file are pointing to something other than `*-rel`.
|
||||
|
||||
The dependencoes that are installed by `pacman` are `base-devel glibc linux-api-headers qt5-base`. Additionally, the `hwinfo` package is installed because it is required by the code for the autodetecting of the SD card or USB Windows installation options (`hwinfo` obtains this information without sudo permissions).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user