You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/10/24 07:25:13 UTC

[GitHub] [couchdb] virtimus commented on issue #1626: Couchdb build issue with SLES 15

virtimus commented on issue #1626:
URL: https://github.com/apache/couchdb/issues/1626#issuecomment-715853711


   Managed to build couchDB on Ubuntu 18.04 (mint):
   
   sudo apt-get --no-install-recommends -y install build-essential pkg-config erlang erlang-reltool libicu-dev  python3 python3-sphinx
   sudo apt-get install devscripts debhelper dh-virtualenv  pkg-kde-tools
   sudo npm i -g npm@latest
   pip3 install sphinx_rtd_theme
   
   cd /src && git clone https://github.com/apache/couchdb-pkg
   cd couchdb-pkg && make couch-js-debs PLATFORM=$(lsb_release -cs)
   sudo apt-get install /src/couchdb-pkg/js/couch-libmozjs185-1.0_1.8.5-1.0.0+couch-2~tara_amd64.deb /src/couchdb-pkg/js/couch-libmozjs185-dev_1.8.5-1.0.0+couch-2~tara_amd64.deb
   
   cd /src && git clone https://github.com/apache/couchdb
   cd couchdb && ./configure && make
   
   cd /src/couchdb/src/docs && make
   
   cd /src/couchdb && make install
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org