Skip to content

IENT/vvcDecoderLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Max Bläser
Oct 24, 2018
6018951 · Oct 24, 2018

History

52 Commits
Oct 12, 2018
Aug 15, 2018
Sep 13, 2018
Aug 15, 2018
Oct 23, 2018
Aug 20, 2018
Aug 20, 2018
Aug 20, 2018
Aug 20, 2018
Aug 20, 2018
Aug 20, 2018
Aug 20, 2018
Oct 23, 2018
Aug 15, 2018
Oct 12, 2018
Aug 15, 2018
Oct 24, 2018

Repository files navigation

NextSoftware build howto:

The software uses cmake to create the needed build files. 
Download cmake: http://www.cmake.org/ and install it.

Usage:

Open a command prompt on your system and change into the root directory
of this project (location of README.txt).

Create a build directory in the root directory:
mkdir build 

After that use one of the following cmake commands. Feel free to change the 
commands to satisfy your needs.

Windows sample for Visual Studio 2015 64 Bit:
cd build
cmake .. -G "Visual Studio 14 2015 Win64"

Linux Release Makefile sample:
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release

Linux Debug Makefile sample:
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug

MACOSX Xcode sample:
cd build
cmake .. -G "Xcode"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published