Changes between Version 14 and Version 15 of Building/Debian
- Timestamp:
- 09/26/19 16:58:39 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Debian
v14 v15 31 31 * for video support (x264 and vpx), you should install: 32 32 {{{ 33 apt-get install libx264-dev libvpx-dev 33 apt-get install libx264-dev libvpx-dev yasm 34 34 }}} 35 35 * for using nvenc: … … 99 99 Install the tools: 100 100 {{{ 101 apt-get install devscripts build-essential lintian 101 apt-get install devscripts build-essential lintian debhelper 102 102 }}} 103 103