Tagged Questions
0
votes
1answer
10 views
How to build libHaru and the examples which are included
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 ...
0
votes
1answer
196 views
Bash is abnormal in Makefile!
all,
I have found that the same Makefile works well in Mac OS X, but does not work in Ubuntu. The snippet is as following:
start:
@echo $(seperator)
@if [[ "$(PROJECT)" == "" ]]; then \
...