This is a hotfix release.
Changes in 1.0.3
- Set icon.
- Ubuntu: Corrected libpango requirements [#23]
- macOS: Upgraded building host version from 10.14 to 10.15. (This change should not make any difference.)
Install
MacOS
Download obs-text-pthread-1.0.3-macos.zip
(provided below)
and extract in /Library/Application Support/obs-studio/plugins
.
See install instruction for details.
Linux
Download and install obs-text-pthread_1-1.0.3-0-1_amd64.deb
.
Or, build from source.
git clone https://github.com/norihiro/obs-text-pthread.git
cd obs-text-pthread
mkdir b && cd b
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
Windows
Since the required libraries are difficult to build, Windows is not supported in this release.
Limitation
- Not all binaries are not tested.
- 1.0.3 for Ubuntu is tested on Ubuntu 20.04.
- Binary package for macOS is not tested.