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

Raspberry Pi Build instructions #256

Open
actraiser30 opened this issue Apr 15, 2024 · 7 comments
Open

Raspberry Pi Build instructions #256

actraiser30 opened this issue Apr 15, 2024 · 7 comments

Comments

@actraiser30
Copy link

Hello

Are there any compile/build instructions for raspberry pi 4 or higher???

Thanks

@leilei-
Copy link
Contributor

leilei- commented Apr 19, 2024

No but it hasn't been any fundamentally different than compiling otherwise (in my experience anyway)

@actraiser30
Copy link
Author

Thanks

Is it possible to on the releases page a build also for Raspberry Pi 4,I was not able to build v17 on it, tried also v16 but no luck

Thank you

@JosepMaJAZ
Copy link
Contributor

I replied to your question about building in #260

@JosepMaJAZ
Copy link
Contributor

I made a small patch to build on raspbian 32bits. The detection code had a few problems.

pcem_v18_fix_arm32.diff.txt

@actraiser30
Copy link
Author

Ok thanks,what file do I replace and were is that file location?

@JosepMaJAZ
Copy link
Contributor

it's not a file. it's a diff.

If you have git and did a git clone of the repo, then you simply need to do :
git apply path_to_diff_file

And then build with cmake and ninja/make (depending on how you invoke cmake. Instructions can be seen here on the main page).

@JosepMaJAZ
Copy link
Contributor

i made pull request #261 with these changes.

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

3 participants