automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Dealing with uninstalled data


From: Victor Porton
Subject: Dealing with uninstalled data
Date: Mon, 30 Oct 2017 13:26:26 +0200

What is the best way to debug a program which uses some data files,
while the program is not yet installed?

For example I have data/classes.ttl to be installed into
/usr/local/share/boiler/classes.ttl

How can I make my program to use this classes.ttl while it is not yet
installed?

Maybe, I should lookup in current directory? But that's insecure. Maybe
I should lookup in current directory only in maintainer mode?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]