phronmophobic/membrane

Instructions to run examples don't work without lein

realgenekim opened this issue · 2 comments

Thanks for all the help, @phronmophobic — I am having a blast writing a simulator viewer using membrane.

To learn more about the UI elements, I followed the directions to run "kitchen sink" demo, and typed clojure -M:skialib -m membrane.example.todo.

Error message below.

None of the examples worked without starting them first with lein, which downloaded a ton more dependencies.

After the lein install, running using clojure works — and looks fabulous. 😀

Thanks for all your great work!

genekim@Genes-2020-M1-MacBook-Pro membrane % clojure -M:skialib -m membrane.example.kitchen-sink
Downloading: com/phronemophobic/membrane/skialib-macosx-x86-64/maven-metadata.xml from clojars
Downloading: com/phronemophobic/membrane/skialib-macosx-aarch64/maven-metadata.xml from clojars
Downloading: com/phronemophobic/membrane/skialib-macosx-aarch64/0.11.1-beta/skialib-macosx-aarch64-0.11.1-beta.pom from clojars
Downloading: com/phronemophobic/membrane/skialib-macosx-x86-64/0.11.1-beta/skialib-macosx-x86-64-0.11.1-beta.pom from clojars
Downloading: com/phronemophobic/membrane/skialib-macosx-x86-64/0.11.1-beta/skialib-macosx-x86-64-0.11.1-beta.jar from clojars
Downloading: com/phronemophobic/membrane/skialib-macosx-aarch64/0.11.1-beta/skialib-macosx-aarch64-0.11.1-beta.jar from clojars
Syntax error (ClassNotFoundException) compiling at (membrane/skia.clj:1:1).
com.phronemophobic.membrane.Skia


Full report at:
/var/folders/wm/3c6kft990tqblqjmdlrhdf640000gn/T/clojure-627943466275838087.edn

Good catch. I was able to reproduce locally with a fresh clone. The library needs to be prepped first. I'll update the docs accordingly!

Thank you!

Finally updated the docs! 7eb6d9d