Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

agauniyal/cs-iv-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTECH CS SEM IV

Build Status Build status

####Build & Test Instructions:

For linux/unix-like, a build.sh is already supplied with this repo. Use it like this:

chmod +x build.sh

Now for Release or Debug

./build.sh -DCMAKE_BUILD_TYPE=Release
./build.sh -DCMAKE_BUILD_TYPE=Debug

For Windows, create a new directory build and cd into it.

mkdir build
cd build
cmake ..

Then build your project with VS or MSBuild or however you want. Executables will probably generated in build/bin/Debug or build/bin/Release directories. Check appveyor.yml for hints.

To test, use ./build.sh -DCMAKE_BUILD_TYPE=Debug. Two executables will be created, sample and tests inside build/bin directory. Run tests to confirm all tests are passing.


####Include Instructions:

Include cs-iv-algorithm.h from src/ in your source and compile with cs-iv-algorithm.cpp from src/. Read Header for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages