Skip to content

Sektorka/ocs

 
 

Repository files navigation

Logo

Build

Build has been tested on

  • Windows 8.1
  • Ubuntu 15.04

Requirements

Checkout steps

$> git clone https://github.com/mfreiholz/ocs.git
$> cd ocs
$> git submodule init
$> git submodule update

Compile and build steps

$> mkdir build
$> cd build
$> cmake -DCMAKE_INSTALL_PREFIX=install -G "Visual Studio 12 Win64" ..

Contribute

Code style

I began to use AStyle to strictly format source code based on astyle-cpp-code-style.cfg configuration.

Useful commands

Remove all non-tracked + ignored files (append -n for a dry-run)

git clean -x -d -f

Related repositories

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 81.2%
  • C 9.6%
  • CMake 3.2%
  • JavaScript 1.7%
  • CSS 1.5%
  • Java 1.4%
  • Other 1.4%