mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 02:20:53 +00:00
doc: depends is now maintained with ubuntu focal
This commit is contained in:
parent
4b5bc2ac76
commit
cb49fe3fe5
@ -1,6 +1,6 @@
|
||||
### Prerequisites
|
||||
|
||||
The depends system is maintained and tested using Ubuntu Bionic. Both generic
|
||||
The depends system is maintained and tested using Ubuntu Focal. Both generic
|
||||
apt packages, and packages specific to the target architecture are required to
|
||||
successfully compile all dependencies. Listed packages are tested and known to
|
||||
work.
|
||||
@ -8,28 +8,28 @@ work.
|
||||
#### Generic packages
|
||||
|
||||
```
|
||||
sudo apt-get install autoconf automake binutils-gold ca-certificates curl \
|
||||
sudo apt-get install autoconf automake make binutils ca-certificates curl \
|
||||
faketime git-core libtool pkg-config python bison
|
||||
```
|
||||
|
||||
#### Generic linux: i686-pc-linux-gnu and x86_64-linux-gnu
|
||||
|
||||
```
|
||||
sudo apt-get install g++-7-multilib gcc-7-multilib
|
||||
sudo apt-get install g++-9-multilib gcc-9-multilib
|
||||
```
|
||||
|
||||
#### ARM7 32bit: arm-linux-gnueabihf
|
||||
|
||||
```
|
||||
sudo apt-get install g++-arm-linux-gnueabihf g++-7-arm-linux-gnueabihf \
|
||||
gcc-7-arm-linux-gnueabihf binutils-arm-linux-gnueabihf
|
||||
sudo apt-get install g++-arm-linux-gnueabihf g++-9-arm-linux-gnueabihf \
|
||||
gcc-9-arm-linux-gnueabihf binutils-arm-linux-gnueabihf
|
||||
```
|
||||
|
||||
#### ARM 64bit: aarch64-linux-gnu
|
||||
|
||||
```
|
||||
sudo apt-get install g++-aarch64-linux-gnu g++-7-aarch64-linux-gnu \
|
||||
gcc-7-aarch64-linux-gnu binutils-aarch64-linux-gnu
|
||||
sudo apt-get install g++-aarch64-linux-gnu g++-9-aarch64-linux-gnu \
|
||||
gcc-9-aarch64-linux-gnu binutils-aarch64-linux-gnu
|
||||
```
|
||||
|
||||
#### Windows: i686-w64-mingw32 and x86_64-w64-mingw32
|
||||
@ -43,7 +43,7 @@ sudo apt-get install g++ g++-mingw-w64 mingw-w64 nsis zip
|
||||
```
|
||||
sudo apt-get install g++ cmake imagemagick fonts-tuffy libz-dev libbz2-dev \
|
||||
libcap-dev librsvg2-bin libtiff-tools python python-dev \
|
||||
python-setuptools
|
||||
python-setuptools libtinfo5 xorriso
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user