This repository was archived by the owner on Nov 19, 2019. It is now read-only.
File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 3
3
sourcedir=" $PWD "
4
4
# install dependencies
5
5
sudo apt update
6
- sudo apt install git cmake ninja-build clang python uuid-dev libicu-dev icu-devtools libbsd-dev libedit-dev libxml2-dev libsqlite3-dev swig libpython-dev libncurses5-dev pkg-config libblocksruntime-dev libcurl4-openssl-dev systemtap-sdt-dev tzdata rsync
6
+ sudo apt install apt-transport-https ca-certificates gnupg \
7
+ software-properties-common wget git cmake ninja-build clang python uuid-dev \
8
+ libicu-dev icu-devtools libbsd-dev libedit-dev libxml2-dev libsqlite3-dev \
9
+ swig libpython-dev libncurses5-dev pkg-config libblocksruntime-dev \
10
+ libcurl4-openssl-dev systemtap-sdt-dev tzdata rsync
11
+ # install latest cmake
12
+ wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2> /dev/null | sudo apt-key add -
13
+ sudo apt-add-repository ' deb https://apt.kitware.com/ubuntu/ xenial main'
14
+ sudo apt update
15
+ apt install cmake
7
16
# install the WASI sdk
8
17
wget -O wasisdk.deb " https://github.com/swiftwasm/wasi-sdk/releases/download/20190421.6/wasi-sdk_3.19gefb17cb478f9.m_amd64.deb"
9
18
sudo dpkg -i wasisdk.deb
You can’t perform that action at this time.
0 commit comments