This commit is contained in:
cuu 2018-12-10 13:14:11 +08:00
parent 86b5fe868f
commit babe981c68

View File

@ -16,7 +16,7 @@ sudo adduser cpi cpifav
# Directory structure # Directory structure
``` ```
/home/cpi/ /home/cpi/
├── LauncherGoDev <- Here we are ├── launchergo <- Here we are
├── apps ├── apps
│   ├── emulators │   ├── emulators
│   └── Menu │   └── Menu
@ -38,6 +38,12 @@ mkdir -p /home/cpi/music
go get -u -v github.com/cuu/LauncherGoDev go get -u -v github.com/cuu/LauncherGoDev
``` ```
## Relevant opensource packages
* https://github.com/godbus/dbus
* https://github.com/veandco/go-sdl2
* https://github.com/itchyny/volume-go
* https://github.com/go-ini/ini
# Create “.mpd_cpi.conf” config # Create “.mpd_cpi.conf” config
vim ~/.mpd_cpi.conf vim ~/.mpd_cpi.conf