ubuntu下編譯安裝x265

# ubuntu packages:
$ sudo apt-get install mercurial cmake cmake-curses-gui build-essential yasm
# Note: if the packaged yasm is older than 1.2, you must download yasm-1.2 and build it
$ hg clone https://bitbucket.org/multicoreware/x265 //下載慢
$https://git.oschina.net/OpenWrt-X/X265.git           //我自己同步的 國內下載快 任選一個
$ cd x265/build/linux
$ ./make-Makefiles.bash
$ make
$sudo make install  
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章