Skip to content

dmtx/php-dmtx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installing

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

About

PHP bindings for the dmtx library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 66.7%
  • PHP 23.8%
  • M4 9.5%