Lbrycrd-Compile: Getting a compiler container ready for lbrycrd. #25

Closed
opened 2018-10-17 01:53:26 +02:00 by Leopere · 2 comments
Leopere commented 2018-10-17 01:53:26 +02:00 (Migrated from github.com)
  • Compile all of the things.

  • Minimal final container step

  • Ubuntu 18.04

  • Follow current or modified CONTRIBUTING.md guidelines.

More to come as @BrannonKing and @Leopere moves forward with how it all will work.

- [ ] Compile all of the things. - [ ] Minimal final container step - [ ] Ubuntu 18.04 - [ ] Follow current or modified CONTRIBUTING.md guidelines. More to come as @BrannonKing and @Leopere moves forward with how it all will work.
Leopere commented 2018-10-17 03:10:26 +02:00 (Migrated from github.com)

Laid out the architecture for how to implement this by this commit

Laid out the architecture for how to implement this by [this commit](https://github.com/lbryio/lbry-docker/commit/cb5191a9a83f736710faf154912bcf91e6bc8e4b)
BrannonKing commented 2018-10-17 16:19:17 +02:00 (Migrated from github.com)

Necessary dependencies:

FROM ubuntu:18.04
RUN apt-get update
RUN apt-get install -y build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 git wget apt-utils
RUN apt-get install -y libssl-dev libicu-dev libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libboost-locale-dev libboost-program-options-dev
RUN apt-get install -y python-dev libbz2-dev autoconf ca-certificates clang-format
RUN apt-get install -y software-properties-common && add-apt-repository -y ppa:bitcoin/bitcoin && apt-get update && apt-get install -y libdb4.8-dev libdb4.8++-dev
Necessary dependencies: ``` FROM ubuntu:18.04 RUN apt-get update RUN apt-get install -y build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 git wget apt-utils RUN apt-get install -y libssl-dev libicu-dev libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libboost-locale-dev libboost-program-options-dev RUN apt-get install -y python-dev libbz2-dev autoconf ca-certificates clang-format RUN apt-get install -y software-properties-common && add-apt-repository -y ppa:bitcoin/bitcoin && apt-get update && apt-get install -y libdb4.8-dev libdb4.8++-dev ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-docker#25
No description provided.