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

Is it possible to install on 32 bit systems? #272

Open
hinojojojo opened this issue Oct 13, 2022 · 2 comments
Open

Is it possible to install on 32 bit systems? #272

hinojojojo opened this issue Oct 13, 2022 · 2 comments

Comments

@hinojojojo
Copy link

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?

@mjholub
Copy link

mjholub commented Jan 18, 2023

on

intTime := int64(floatTime)
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.

@pataquets
Copy link

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).

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