Skip to content

Commit

Permalink
Swapped bverc/raspidmx for AndrewFromMelbourne/raspidmx
Browse files Browse the repository at this point in the history
  • Loading branch information
bverc committed Apr 9, 2024
1 parent 40f73ee commit be7bea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,13 @@ SSH into your device, or access the terminal using F4.
```bash
mkdir ~/src
cd ~/src
git clone https://github.com/bverc/raspidmx
git clone https://github.com/AndrewFromMelbourne/raspidmx
cd raspidmx/lib
make
cd ../pngview
make
sudo cp pngview /usr/local/bin/
```
Note: AndrewFromMelbourne/raspidmx has been replaced with bverc/raspidmx due to added features required by retropie-status-overlay. Will be changed back pending [pull request](https://github.com/AndrewFromMelbourne/raspidmx/pull/31).

## Run RetroPie Status Overlay
Install psutil module:
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ echo "Installing pngview by AndrewFromMelbourne"
echo -e "${NONE}"
echo "--------------------------------------------------"
cd $SCRIPTPATH
git clone https://github.com/bverc/raspidmx
git clone https://github.com/AndrewFromMelbourne/raspidmx
cd $SCRIPTPATH/raspidmx/lib
make
cd $SCRIPTPATH/raspidmx/pngview
Expand Down

0 comments on commit be7bea1

Please sign in to comment.