Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no release for android? (aarch64-linux-android) #81

Closed
HannesGitH opened this issue Nov 24, 2021 · 3 comments
Closed

no release for android? (aarch64-linux-android) #81

HannesGitH opened this issue Nov 24, 2021 · 3 comments

Comments

@HannesGitH
Copy link

yep kinda silly but i want to run it on android

but i cannot build it there since

E: Unable to locate package libuv1-dev
E: Unable to locate package libzmq3-dev
E: Unable to locate package libpgm-dev
E: Unable to locate package libnorm-dev
E: Unable to locate package libgss-dev

so if you could provide a release for android that would be fine

@HannesGitH HannesGitH changed the title no release for linux-arm64 no release for android Nov 24, 2021
@HannesGitH HannesGitH changed the title no release for android no release for android? Nov 24, 2021
@HannesGitH HannesGitH changed the title no release for android? no release for android? (aarch64-linux-android) Nov 24, 2021
@ratacibernetica
Copy link

Have you used https://github.com/XMRig-for-Android/xmrig-for-android ? works OK with P2Pool .

@nahuhh
Copy link

nahuhh commented May 5, 2022

yep kinda silly but i want to run it on android

but i cannot build it there since

E: Unable to locate package libuv1-dev
E: Unable to locate package libzmq3-dev
E: Unable to locate package libpgm-dev
E: Unable to locate package libnorm-dev
E: Unable to locate package libgss-dev

so if you could provide a release for android that would be fine

You should be able to build now

@SChernykh
Copy link
Owner

This should work on Termux:

pkg install git build-essential cmake libuv libzmq
git clone --recursive https://github.com/SChernykh/p2pool
cd p2pool
mkdir build && cd build
cmake ..
make -j$(nproc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants