> > > But it looks like what you really want to do is run raco pkg install > within deep/liquid-lib, not within deep/liquid-lib/liquid. >
ok > I personally prefer using the DrRacket package manager for this kind of > thing, but that’s just my preference. I think it’s less confusing. > ah I've been using emacs and command line tools and no shortage of confusion .. so should have yes. > > You probably want (require liquid/realtime), not (require realtime.rkt). > yes! thank you (require liquid/realtime) works. Other variations do not work, such as (require liquid/realtime.rkt) or (require realtime) or (require realtime.rkt). The second install from the liquid directory did not take. Just did it while trying variations in the magic incantation. > > By the way do you have a github repository for this or something like that? > Yeah the original plan was to put all the code up on github and make a package etc. I did put a test case up there, but alas for the time being I've run out of time for working on the project.. just getting the examples running again. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/3bb78785-b17a-48eb-a9cb-dea88f425d29%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
