includes patches to - randomx: https://github.com/tevador/RandomX/pull/294 - randomwow: https://git.wownero.com/wownero/RandomWOW/pulls/2
15 lines
167 B
Bash
Executable File
15 lines
167 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
rm -rf build
|
|
|
|
. ./config.sh
|
|
./install_missing_headers.sh
|
|
./build_openssl.sh
|
|
./build_boost.sh
|
|
./build_sodium.sh
|
|
./build_zmq.sh
|
|
./build_unbound.sh
|
|
|