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
Hi,
Looking at the binnaries provided and the MAKEFILE, it looks like slack-term does not include options for 32 bit systems. Is it not compatible at all with 32 bit systems? or by editing the MAKEFILE is it possible to compile for those systems?
The text was updated successfully, but these errors were encountered:
try changing int64 to int32, and then you may succeed with a manual build. Note though, that the project seems unmaintained and I'm unable to run it due to a segfault. I have contacted the maintainer regarding the possibility of a hard fork whereby I'd become the new maintainer and he would link to my repo in README.
Just guessing: maybe building the Dockerfile using buildx targeting the right arch. I've used this with GitHub actions some time ago to run Dropbox on a 32 bit system (search in my repos).
Hi,
Looking at the binnaries provided and the MAKEFILE, it looks like slack-term does not include options for 32 bit systems. Is it not compatible at all with 32 bit systems? or by editing the MAKEFILE is it possible to compile for those systems?
The text was updated successfully, but these errors were encountered: