Skip to content

Commit

Permalink
Updates for generating the 0.8.3 AppImage.
Browse files Browse the repository at this point in the history
  • Loading branch information
belovachap committed Aug 31, 2019
1 parent 679561c commit efee2a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion appimage/Dockerfile
@@ -1,15 +1,17 @@
FROM ubuntu:14.04
FROM ubuntu:16.04

RUN apt-get update; apt-get upgrade -y
RUN apt-get install -y autoconf \
build-essential \
fuse \
gettext \
libboost-all-dev \
libevent-dev \
libminiupnpc-dev \
libssl-dev \
libtool \
pkg-config \
protobuf-compiler \
qtbase5-dev \
qttools5-dev-tools

Expand Down
2 changes: 1 addition & 1 deletion appimage/README.md
Expand Up @@ -11,7 +11,7 @@ make

For a tag:
```
make TAG=v0.7.1ppc
make TAG=v0.8.3ppc
```

`Peercoin-x86_64.AppImage` is deposited in the `/build` directory.

0 comments on commit efee2a4

Please sign in to comment.