-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Can you make this package available via homebrew? Alternate instructions given that apt-get is not available on the Mac might be helpful.
The following steps can help one get closer to a working implementation on MacOSX however I am seeing an error as noted below.
Using Homebrew and Terminal on El Capitan 10.11.6.
Preliminary requirements:
brew install autoreconf
brew install automake
brew install discount
Commands using specific paths on 10.11.6:
autoreconf -f -i
./configure --with-apxs=/usr/sbin/apxs --with-discount=/usr/local --includedir /usr/include/apr-1
make -I /usr/include/apr-1
make install*
- Generates error --
make: *** No rule to make target.libs/libmodmarkdown.so', needed byinstall'. Stop.
My working directory contains:
AUTHORS config.status
COPYING config.sub
ChangeLog configure
INSTALL configure.ac
Makefile depcomp
Makefile.am install-sh
Makefile.in libmodmarkdown.la
NEWS libmodmarkdown_la-mod_markdown.lo
README.md libmodmarkdown_la-mod_markdown.o
aclocal.m4 libtool
autom4te.cache ltmain.sh
compile m4
config.guess missing
config.h mod_markdown.c
config.h.in stamp-h1
config.log
When I cd .libs, that directory contains
libmodmarkdown.0.dylib libmodmarkdown.la
libmodmarkdown.a libmodmarkdown.lai
libmodmarkdown.dylib libmodmarkdown_la-mod_markdown.o