mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
- Embed XMRig executable (baked into buildbot image)
- Refactored CMake related to Tor/XMRig - Move executables to `src/assets/exec` - Embedding executables require passing definition to CMake, e.g: - `-DTOR=/path/to/tor` - `-DXMRIG=/path/to/xmrig` - Allow solo mining for XMRig - Redesign XMRig settings screen
This commit is contained in:
parent
5d8700370b
commit
aee60f33b7
24 changed files with 548 additions and 268 deletions
|
@ -10,12 +10,11 @@ rm ~/feather.zip 2>&1 >/dev/null
|
|||
cd ~/feather
|
||||
git fetch --all
|
||||
git reset --hard "$HASH"
|
||||
git submodule update --init --depth 50 contrib/tor
|
||||
git submodule update --init --depth 50 contrib/torsocks
|
||||
git submodule update --init --depth 120 monero
|
||||
git submodule update --init --depth 120 --recursive monero
|
||||
|
||||
CMAKE_PREFIX_PATH=~/Qt/5.15.1/clang_64 make -j3 mac-release
|
||||
cp "/Users/administrator/tor/libevent-2.1.7.dylib" "/Users/administrator/feather/src/assets/exec/libevent-2.1.7.dylib"
|
||||
CMAKE_PREFIX_PATH="~/Qt/5.15.1/clang_64" TOR="/Users/administrator/tor/tor" XMRIG="/Users/administrator/xmrig/xmrig" make -j3 mac-release
|
||||
|
||||
if [[ $? -eq 0 ]]; then
|
||||
echo "[+] Feather built OK"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue