I am trying to compile OpenLR on Linux (Ubuntu) using Mono, however, I run into the problem of the compiler (xbuild
) not being able to find the project's dependency, Itinero.
I used nuget.exe to install Itinero, but it didn't work. I also tried googling for something like Classpath in C#, but found that C# doesn't have it.
Is there a way to make the xbuild
see the dependencies? How can I specify the paths to the directories where those dependencies are?