effectivescala icon indicating copy to clipboard operation
effectivescala copied to clipboard

Unable to build

Open alcortaj opened this issue 9 years ago • 3 comments

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!

alcortaj avatar Oct 29 '15 03:10 alcortaj

Did you look in your current directory? Did make already generate the index*.html files?

benpence avatar Oct 29 '15 05:10 benpence

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 avatar Sep 29 '17 09:09 aaabramov

@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.

evonnec avatar Jul 15 '23 21:07 evonnec