mirror of
https://codeberg.org/nahuhh/wownero
synced 2026-03-04 21:57:40 -05:00
add gcc13 dependency
This commit is contained in:
@@ -128,15 +128,16 @@ Packaging for your favorite distribution would be a welcome contribution!
|
|||||||
|
|
||||||
* Arch Linux/Manjaro
|
* Arch Linux/Manjaro
|
||||||
|
|
||||||
sudo pacman -Syu --needed base-devel cmake boost openssl zeromq libpgm unbound libsodium libunwind xz readline expat gtest python3 ccache doxygen graphviz qt5-tools hidapi libusb protobuf systemd
|
sudo pacman -Syu --needed base-devel cmake boost openssl zeromq libpgm unbound libsodium libunwind xz readline expat gtest python3 ccache doxygen graphviz qt5-tools hidapi libusb protobuf systemd gcc13
|
||||||
git clone https://codeberg.org/wownero/wownero && cd wownero
|
git clone https://codeberg.org/wownero/wownero && cd wownero
|
||||||
|
export CC=gcc-13 CXX=g++-13
|
||||||
make -j2
|
make -j2
|
||||||
|
|
||||||
* Debian/Ubuntu
|
* Debian/Ubuntu
|
||||||
|
|
||||||
sudo apt update && sudo apt install build-essential cmake pkg-config libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libexpat1-dev libpgm-dev qttools5-dev-tools libhidapi-dev libusb-1.0-0-dev libprotobuf-dev protobuf-compiler libudev-dev libboost-chrono-dev libboost-date-time-dev libboost-filesystem-dev libboost-locale-dev libboost-program-options-dev libboost-regex-dev libboost-serialization-dev libboost-system-dev libboost-thread-dev python3 ccache doxygen graphviz
|
sudo apt update && sudo apt install build-essential cmake pkg-config libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libexpat1-dev libpgm-dev qttools5-dev-tools libhidapi-dev libusb-1.0-0-dev libprotobuf-dev protobuf-compiler libudev-dev libboost-chrono-dev libboost-date-time-dev libboost-filesystem-dev libboost-locale-dev libboost-program-options-dev libboost-regex-dev libboost-serialization-dev libboost-system-dev libboost-thread-dev python3 ccache doxygen graphviz gcc-13 g++-13
|
||||||
git clone https://codeberg.org/wownero/wownero && cd wownero
|
git clone https://codeberg.org/wownero/wownero && cd wownero
|
||||||
make -j2
|
CC="gcc-13" CXX="g++-13" make -j2
|
||||||
|
|
||||||
|
|
||||||
## Running Binaries
|
## Running Binaries
|
||||||
|
|||||||
Reference in New Issue
Block a user