Re: Dealing with uninstalled data

2017-10-30 Thread Mathieu Lirzin
Hello, Victor Porton writes: > 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 wh

Dealing with uninstalled data

2017-10-30 Thread Victor Porton
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 shoul