Closed S1700 closed 3 years ago
Maybe changing into the monero-pool
source directory might help :smiley:
staging-area/monero/
└── monero-src
├── cmake
├── contrib
├── docs
├── external
├── include
├── src
├── tests
├── translations
└── utils
staging-area/monero-pool/
└── monero-pool-src <===== This is where you want to be
├── build
├── rxi
├── src
└── tools
And don't forget to set both
export MONERO_ROOT="${MONERO}/monero-src"
and export MONERO_BUILD_ROOT="${MONERO}/monero-build"
When running the command
make release
i get the error:Thanks