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

64 Bit systems #48

Open
drinkmorewaters opened this issue Jan 2, 2023 · 1 comment
Open

64 Bit systems #48

drinkmorewaters opened this issue Jan 2, 2023 · 1 comment

Comments

@drinkmorewaters
Copy link

drinkmorewaters commented Jan 2, 2023

Hello, do you support arm64? I haven't been able to install this on a 64 bit linux system. I also tried a macOS system, and was able to compile and run the binary, but not quite sure how to run it.

OSX error ERROR: unable to save client configuration: unable to create configuration file "/etc/arrow/config.json": No such file or directory (os error 2) I created the directories, but still not quite sure.

Linux error: doesn't support architecture 'arm64'

@operutka
Copy link
Member

operutka commented Jan 2, 2023

Hi @drinkmorewaters.

We currently do not have arm64 APT packages, so installing our arrow-box package using APT would fail on this architecture. We plan to add arm64 versions of our packages in the future.

There should not be any problems if you try to build the Arrow Client for aarch64 from source code.

The error you saw on OSX was caused by the missing directory. If you created the directory and you still see an error then it's most likely because the application does not have the permission to access the directory. You can either run the application under root or change the path to the configuration file (start the app with no arguments to see all configuration options). Please note that if you intend to use the network scanning feature, you'll have to run the app under root anyway.

See the documentation for more info: https://github.com/angelcam/arrow-client/wiki/Quick-Start

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