SKALE-1850 build improvements

parent cd60651b
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
## Install Prerequisites ## Install Prerequisites
``` ```
sudo apt-get install build-essential make cmake gcc g++ python libprotobuf10 flex bison automake libtool texinfo libgcrypt20-dev libgnutls28-dev sudo apt-get install build-essential make cmake gcc g++ yasm python libprotobuf10 flex bison automake libtool texinfo libgcrypt20-dev libgnutls28-dev
``` ```
## Clone this repository and its submodules ## Clone this repository and its submodules
......
...@@ -4,7 +4,7 @@ WORKDIR /usr/src/sdk ...@@ -4,7 +4,7 @@ WORKDIR /usr/src/sdk
RUN apt update RUN apt update
RUN apt install -y libprotobuf10 cmake flex bison ccache autoconf texinfo libgcrypt20-dev libgnutls28-dev RUN apt install -y libprotobuf10 cmake flex bison ccache autoconf texinfo libgcrypt20-dev libgnutls28-dev
RUN apt install -yq --no-install-recommends vim telnet git ca-certificates build-essential ocaml ocamlbuild automake autoconf libtool wget python python-setuptools python-pip protobuf-compiler git libprotobuf-dev alien cmake debhelper uuid-dev libxml2-dev libssl-dev libcurl4-openssl-dev RUN apt install -yq --no-install-recommends vim telnet git ca-certificates build-essential ocaml ocamlbuild automake autoconf libtool wget python python-setuptools python-pip protobuf-compiler git yasm libprotobuf-dev alien cmake debhelper uuid-dev libxml2-dev libssl-dev libcurl4-openssl-dev
### RUN apt install -yq yaml libprocps-dev libboost-all-dev libjsonrpccpp-dev libjsonrpccpp-tools ### RUN apt install -yq yaml libprocps-dev libboost-all-dev libjsonrpccpp-dev libjsonrpccpp-tools
RUN pip install pyyaml RUN pip install pyyaml
......
sudo dpkg -i *.deb sudo dpkg -i *.deb
sudo apt install cmake flex bison ccache autoconf texinfo libgcrypt20-dev libgnutls28-dev sudo apt install cmake flex bison yasm ccache autoconf texinfo libgcrypt20-dev libgnutls28-dev
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment