Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mfreiholz/ts3video

A free and easy to use video conferencing plugin for TeamSpeak 3.
https://github.com/mfreiholz/ts3video

teamspeak3 video-conferencing

Last synced: 25 days ago
JSON representation

A free and easy to use video conferencing plugin for TeamSpeak 3.

Awesome Lists containing this project

README

        

# Create a new release

## All platforms

- Check version configuration in
- *CMakeLists.txt*
- *projects/videolib/ts3video.h*
- *innosetup/all.iss*

## Windows

- Build *Release* version of 32-bit
- *build-win32-cmake.bat*
- *build-win32-vs2015.bat* - Do not forget to run the *INSTALL* project inside Visual Studio
- *build-win32-release.bat*
- Build *Release* version of 64-bit
- *build-win64-cmake.bat*
- *build-win64-vs2015.bat* - Do not forget to run the *INSTALL* project inside Visual Studio
- *build-win64-release.bat*

Now check your `%OCS_RELEASE_DIR_PATH%` (RELEASE_DIR). It will contain installers for the release.

## Linux

Not yet documented.