You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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/)
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
The text was updated successfully, but these errors were encountered: