Skip to content

Svenny/qrcode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR codes detector

This project is a part of practice course at Intel's Summer Internship program 2018

Getting started

  • Clone this repository to your computer

    git clone https://github.com/dkurt/qrcode.git
    cd qrcode
    
  • Initialize submodules (useful 3rdparty libraries from different repositories)

    git submodule init
    git submodule update
    
  • Build a project (make sure if cmake installed)

    mkdir build && cd build
    
    • Linux

      cmake -DCMAKE_BUILD_TYPE=Release .. && make -j4
      
    • Microsoft Windows

      "C:\Program Files\CMake\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 14 Win64" ..
      "C:\Program Files\CMake\bin\cmake.exe" --build . --config Release
      

About

ISI-2018 practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.2%
  • CMake 5.0%
  • Batchfile 0.8%