README.md (ssr-0.3.10) | : | README.md (ssr-0.3.11) | ||
---|---|---|---|---|
skipping to change at line 117 | skipping to change at line 117 | |||
Alternatively, if your distribution provides Qt 5 packages, you can also use the se instead. For Debian and Ubuntu, you would do this by installing `qt5-qmake`, `qtbase5-dev` and `libqt5x11extras5-dev`. The `simple-build-and-install` script will detect and use these automatically. If you run `cmake` yourself, you should add the option `-DWITH_QT5=TRUE` to use Qt 5 instead of Qt 4. | Alternatively, if your distribution provides Qt 5 packages, you can also use the se instead. For Debian and Ubuntu, you would do this by installing `qt5-qmake`, `qtbase5-dev` and `libqt5x11extras5-dev`. The `simple-build-and-install` script will detect and use these automatically. If you run `cmake` yourself, you should add the option `-DWITH_QT5=TRUE` to use Qt 5 instead of Qt 4. | |||
Build dependencies | Build dependencies | |||
------------------ | ------------------ | |||
You will need the following packages to compile SimpleScreenRecorder: | You will need the following packages to compile SimpleScreenRecorder: | |||
- GCC (>= 4.6) | - GCC (>= 4.6) | |||
- cmake | - cmake | |||
- pkg-config | - pkg-config | |||
- Qt 4 or 5 | - Qt4 (4.8 or newer) or Qt5 (5.7 or newer) | |||
- ffmpeg or libav (libavformat, libavcodec, libavutil, libswscale) | - ffmpeg or libav (libavformat, libavcodec, libavutil, libswscale) | |||
- ALSA library | - ALSA library | |||
- PulseAudio library (optional, disable with -DWITH_PULSEAUDIO=FALSE) | - PulseAudio library (optional, disable with -DWITH_PULSEAUDIO=FALSE) | |||
- JACK library (optional, disable with -DWITH_JACK=FALSE) | - JACK library (optional, disable with -DWITH_JACK=FALSE) | |||
- libGL (32 and 64 bit) | - libGL (32 and 64 bit) | |||
- libGLU (32 and 64 bit) | - libGLU (32 and 64 bit) | |||
- libX11 (32 and 64 bit) | - libX11 (32 and 64 bit) | |||
- libXfixes (32 and 64 bit) | - libXfixes (32 and 64 bit) | |||
- libXext | - libXext | |||
- libXi | - libXi | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |