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

binary for arm processors #11

Closed
aristosv opened this issue Apr 24, 2016 · 1 comment
Closed

binary for arm processors #11

aristosv opened this issue Apr 24, 2016 · 1 comment

Comments

@aristosv
Copy link

Any chance we can have a pre-compiled binary for arm processors? For usage on the raspberry pi for example?

I realize I can compile it on a raspberry pi myself. But if I want the binary to be portable, so I can copy it on more raspberry pi's, which files must I copy over?

Thanks

@neurobin
Copy link
Owner

neurobin commented Apr 24, 2016

Any chance we can have a pre-compiled binary for arm processors?

I myself have no means of providing arm binaries.

which files must I copy over?

If you use the makefile i.e ./configure && make then a binary (shc) will be produced in the src directory. Copy this binary in /usr/bin or /usr/local/bin.

To install the manual, copy the shc.1 file to a man directory (/usr/share/man/man1/ or /usr/local/share/man/man1/)

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

2 participants