Skip to content

Commit

Permalink
Update build-windows.md
Browse files Browse the repository at this point in the history
remove misinformation, this belongs in the dogecoin/docs/build-unix.md page, not under cross compilation for windows. Installing these linux libraries and interfere with libs cross-compiled from /dogecoin/depends/packages m4's. This line can be put in the build-unix.md, but it definitely doesnt belong here.
  • Loading branch information
justinvforvendetta authored Oct 1, 2023
1 parent 3a29ba6 commit e80975d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions doc/build-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ First, install the general dependencies:
sudo apt upgrade
sudo apt-get install build-essential libtool autotools-dev automake pkg-config bsdmainutils curl git

If you want to build with the wallet and Qt GUI you also want to install the following (this example is under Ubuntu):

sudo apt-get install libssl-dev libboost-all-dev qt5-default libprotobuf-dev libqrencode4 libdb++-dev libdb-dev miniupnpc

A host toolchain (`build-essential`) is necessary because some dependency
packages (such as `protobuf`) need to build host utilities that are used in the
build process.
Expand Down

0 comments on commit e80975d

Please sign in to comment.