Changes between Version 150 and Version 151 of CompilationGuide/Ubuntu
- Timestamp:
- May 17, 2018, 8:55:46 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/Ubuntu
v150 v151 157 157 {{{ 158 158 #!sh 159 sudo apt-get install libx265-dev 160 }}} 161 162 Otherwise you can compile: 163 164 {{{ 165 #!sh 166 sudo apt-get install mercurial && \159 sudo apt-get install libx265-dev libnuma-dev 160 }}} 161 162 Otherwise you can compile: 163 164 {{{ 165 #!sh 166 sudo apt-get install mercurial libnuma-dev && \ 167 167 cd ~/ffmpeg_sources && \ 168 168 if cd x265 2> /dev/null; then hg pull && hg update; else hg clone https://bitbucket.org/multicoreware/x265; fi && \ … … 383 383 {{{ 384 384 #!sh 385 sudo apt-get autoremove autoconf automake build-essential cmake git libass-dev libfreetype6-dev libmp3lame-dev lib opus-dev libsdl2-dev libtool libva-dev libvdpau-dev libvorbis-dev libvpx-dev libx264-dev libx265-dev libxcb1-dev libxcb-shm0-dev ibxcb-xfixes0-dev mercurial texinfo wget zlib1g-dev385 sudo apt-get autoremove autoconf automake build-essential cmake git libass-dev libfreetype6-dev libmp3lame-dev libnuma-dev libopus-dev libsdl2-dev libtool libva-dev libvdpau-dev libvorbis-dev libvpx-dev libx264-dev libx265-dev libxcb1-dev libxcb-shm0-dev ibxcb-xfixes0-dev mercurial texinfo wget zlib1g-dev 386 386 }}} 387 387
