fletcher / MultiMarkdown-5

Reference implementation of MultiMarkdown; replaces MultiMarkdown v4 (deprecated -- see MMD-6 instead)
https://github.com/fletcher/MultiMarkdown-6
Other
294 stars 46 forks source link

Building multimarkdown-5 on Ubuntu 14.04 64bit #19

Closed starlinq closed 8 years ago

starlinq commented 8 years ago

Hi,

I am trying to build the multimarkdown following your instruction, however I got a problem ` ... -- Build files have been written to: /home/vl/MultiMarkdown-5/build

~/MultiMarkdown-5$ make install make: *\ No rule to make target install'. Stop.

What is wrong? Should I change a current directory to "build" one before using install command?

Regards, VS

fletcher commented 8 years ago

Please read the 'README' file, specifically the "Compile from Source" section. It has instructions on how to compile.

starlinq commented 8 years ago

Oops, I have overlooked the cd build before make install. Thanks.