Linux
live555와 vlc설치
GGoris
2013. 7. 5. 03:52
반응형
vmware player, fedora19
1. vlc 설치
다운로드
# wget http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release- stable.noarch.rpm
설치
# rpm -ivh ./rpmfusion-free-release-stable.noarch.rpm
# yum install vlc
2. live555 설치
다운로드
# wget http://www.live555.com/liveMedia/public/live555-latest.tar.gz
압축 풀기
# tar xvfz live555-latest.tar.gz
설치
설치하기전 컴파일러가 필요하다.
# yum install gcc-c++
make 실행
# cd ./live
# ./genMakefiles linux
# make
반응형