Skip to content

Commit

Permalink
Added : php stubs file for basic IDE auto-completion
Browse files Browse the repository at this point in the history
Change: readme configure instructions on specifying libdmtx install location
Added : old wrapper / wiki docs for historic purposes.
Fixed : Code spacing to tabs matching repository formatting.
  • Loading branch information
Caffe1neAdd1ct committed Jun 27, 2018
1 parent b0d9771 commit 4a2f850
Show file tree
Hide file tree
Showing 4 changed files with 562 additions and 210 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@ Install libdmtx and ImageMagick and run the following commands:

phpize
./configure

If configure gives

checking for libdmtx... configure: error: Unable to find libdmtx installation

Try using the `PKG_CONFIG_PATH` flag to provide the folder location containing `libdmtx.pc`

./configure PKG_CONFIG_PATH=/usr/local/lib/pkgconfig


make
make install
Loading

0 comments on commit 4a2f850

Please sign in to comment.