Skip to content

Commit

Permalink
Basic build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypoulter committed Jun 14, 2016
1 parent 997801d commit bfd6756
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,20 @@ QRCodeSource
============

AVISynth plugin to provide a means to embed QR codes in video

Building
========

Visual Studio 2015
==================

Open QRCodeSource.sln and build

Linux
=====

./autogen.sh
./configure --prefix=$HOME/vapoursynth
make
make install

0 comments on commit bfd6756

Please sign in to comment.