jtgrassie / monero-pool

A Monero mining pool server written in C
BSD 3-Clause "New" or "Revised" License
344 stars 125 forks source link

make release fails #96

Closed S1700 closed 3 years ago

S1700 commented 3 years ago

When running the command make release i get the error:

moneropool@rkfaucets:~$ make release
    make: *** No rule to make target 'release'.  Stop.

Thanks

trasherdk commented 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"