SpotConnect
Turn any UPnP or AirPlay player into a Spotify Connect device
파일 탐색기
최종 버전 다운로드 (.zip)- manual.yml
- crosstools
- cspot
- libcodecs
- libmbedtls
- libpthreads4w
- libpupnp
- manifest.xml
- metadata.h
- client_info.h
- config_raop.c
- config_raop.h
- spotify.cpp
- spotify.h
- spotraop.c
- spotraop.h
- build.cmd
- build.sh
- CMakeLists.txt
- http-fetcher
- libmdns
- libopenssl
- libraop
- manifest.xml
- avt_util.c
- avt_util.h
- client_info.h
- codecs.cpp
- codecs.h
- config_upnp.c
- config_upnp.h
- HTTPmode.h
- HTTPstreamer.cpp
- HTTPstreamer.h
- mr_util.c
- mr_util.h
- spotify.cpp
- spotify.h
- spotupnp.c
- spotupnp.h
- build.cmd
- build.sh
- CMakeLists.txt
- manifest.xml
- .gitattributes
- .gitignore
- .gitmodules
- build.cmd
- build.sh
- CHANGELOG
- LICENSE
- README.md
- spotupnp.service
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/philippe44/SpotConnect
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd SpotConnect
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- APT (Debian/Ubuntu 계열) Debian/Ubuntu 계열 리눅스에 기본 내장된 패키지 매니저입니다.
sudo apt-get install cmake
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
sudo apt-get install libmbedtls-dev
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
sudo apt-get install python3-protobuf
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
sudo apt-get install protobuf-compiler
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. CMake
보통사전 준비물
sudo apt-get install cmake
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
cd ~/spotconnect/spotupnp/build && rm -rf * && cmake .. [-DHOST=<linux|freefbs|solaris|macos>] [-DPLATFORM=<x86|x86_64|arm|armv5|armv6|arm|aarch74|sparc|mips>]
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
build 폴더 안에 실행 파일이 생성됐는지 확인하고, 직접 실행해보세요 (예: ./build/앱이름).
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
