Skip to content

OBS Pthread Text 0.1.0

Compare
Choose a tag to compare
@norihiro norihiro released this 15 May 01:59
0.1.0
4694ffe

This is a first release of Pthread text.

Install

MacOS

Download obs-text-pthread-0.1.0-macos.zip (provided below) and extract in /Library/Application Support/obs-studio/plugins.
See install instruction for details.

Linux

Download obs-text-pthread_1-0.1.0-4-g682b7bf-1_amd64.deb and install it.
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 ..

Cmake will instruct necessary libraries.

Windows

Since the required libraries are difficult to build, Windows is not supported in this release.

Limitation

  • Only tested on MacOS, and CentOS 8.