github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/sawtooth-core-master/bin/install_packaging_deps (about) 1 #!/usr/bin/env bash 2 # Copyright 2017 Intel Corporation 3 # 4 # Licensed under the Apache License, Version 2.0 (the "License"); 5 # you may not use this file except in compliance with the License. 6 # You may obtain a copy of the License at 7 # 8 # http://www.apache.org/licenses/LICENSE-2.0 9 # 10 # Unless required by applicable law or agreed to in writing, software 11 # distributed under the License is distributed on an "AS IS" BASIS, 12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 # See the License for the specific language governing permissions and 14 # limitations under the License. 15 # ----------------------------------------------------------------------------- 16 17 apt-get install -y -q \ 18 autoconf \ 19 automake \ 20 build-essential \ 21 connect-proxy \ 22 dh-make \ 23 equivs \ 24 g++ \ 25 git \ 26 libffi-dev \ 27 libgmp-dev \ 28 libssl-dev \ 29 libtool \ 30 make \ 31 pkg-config \ 32 python-all-dev \ 33 python3-all-dev \ 34 rsync \ 35 sudo \ 36 wget \ 37 unzip \ 38 zip 39 40 apt-get install -y -q \ 41 python-setuptools \ 42 python3-appdirs \ 43 python3-cbor \ 44 python3-cffi \ 45 python3-cffi \ 46 python3-colorlog \ 47 python3-flake8 \ 48 python3-hypothesis \ 49 python3-idna \ 50 python3-iso8601 \ 51 python3-lmdb \ 52 python3-pip \ 53 python3-pkgconfig \ 54 python3-pretend \ 55 python3-pyasn1 \ 56 python3-pyasn1-modules \ 57 python3-pycparser \ 58 python3-pytest \ 59 python3-setuptools \ 60 python3-stdeb \ 61 python3-toml \ 62 python3-yaml \ 63 python3-zmq