Render SVG To Display And Update Periodically

Jason C. Wells via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Oct 21 16:16:55 PDT 2016


I've tinkered with what you proposed. In the process I've worked 
through a variety of errors and ended up doing things I don't 
think are a good solution like duplication directories so that a 
library can be found.

Let me see if I understand how to piece together a build. Some 
combination of three things need to be in agreement:

1 - the import statements need to point to a matching directory 
structure
2 - the directory structure needs to be arranged such that the 
imports can be found
3 - the compiler can be told directly on the command line where 
imports are

I'm reading 
https://wiki.dlang.org/Compiling_and_linking_with_DMD_on_Windows 
which seems to be the document I need to sort through this.

I'll close out with this last question and then go study up. Am I 
barking up the right tree?


More information about the Digitalmars-d-learn mailing list