Hello,
I’d like to define a number of custom libraries that can be declared with :-use_module(library(mylib)).
I am using git to clone files and am working across a number of computers and OSs (Win/|Ubuntu).
I’d like to define my own “top” level library directory at my project root, that is then found no matter to where i git / clone the project – other absolute folders on other machines, and across Win / Ubuntu.
It looks like i need to play with file_search_path, and assert something … but, when is this done and what, so it works out of the box when using modules.
any thoughts (and examples) are much appreciated …
thank you,
Dan