effectivescala
effectivescala copied to clipboard
Unable to build
Hi, I forked this and I was trying to build it on mac (OSX Yosemite). After I installed peg-markdown and run 'make' I get the following message: make: Nothing to be done for `all'. How do I build this?
Thanks!
Did you look in your current directory? Did make already generate the index*.html files?
I cannot also build the repo. I have install all required dependency but I am getting the following error:
make: Nothing to be done for `all'.
All generated html files are empty. I want to edit some files (improve formatting) but unfortunately I am unable at least to build the repo :(
@aaabramov and @alcortaj , you might be missing the imagemagick
dependency. Added an github issue here:
https://github.com/twitter/effectivescala/issues/81
Try make clean
and make
again after installing the dependency. then open the html file in a web browser.
I can see the docs after doing those things.