Shadowsocks-libev: "asciidoc & xmlto" is too big

Created on 11 Jul 2016  ·  2Comments  ·  Source: shadowsocks/shadowsocks-libev

dependence added asciidoc and xmlto.
but installing asciidoc &xmlto need install more than 700Mbs packages on debian or other like system

any way to decline it or compile without documents ?

question

Most helpful comment

@s7lx
To workaround this, you can try ./configure --disable-documentation.

All 2 comments

Here is a proposal:

Pre-compile asciidoc files into groff man pages and use generated man pages in simple installation, just like the current situation of configure and Makefile.in, both of which are generated in advance using an old version of autoconf / automake. Every time the asciidoc documentation files are changed, the person who makes the commit shall update the generated man pages.

As for the official building process (i.e., the official build for Debian), we can build with asciidoc from source files. The solution is similar for autotools-related files (using autoreconf and discard previous Makefile.in / configure script).

@s7lx
To workaround this, you can try ./configure --disable-documentation.

Was this page helpful?
0 / 5 - 0 ratings