I downloaded libHaru from http://libharu.org/. libHaru is a opensource pdf creator. Now in the INSTALL file says I only have to run ./configure && make && make install
. When I run this I get the error bash: ./configure: No such file or directory
. Yes I am in the correct same folder as where I extracted the files, there is however a file called configure.in
which I guess has something to do with it.
Now next to how I can build libHaru I would like to know how I can build the examples. I only see a file CMakelist.txt
doesn't each example need a make file on its own?
Install CMake and cd to the build directory and command:
If you want to have more control install cmake Gui