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

ARM64 build for mac m1 #5

Open
kocas opened this issue Jun 3, 2023 · 3 comments
Open

ARM64 build for mac m1 #5

kocas opened this issue Jun 3, 2023 · 3 comments

Comments

@kocas
Copy link

kocas commented Jun 3, 2023

Hi all, would it be possible to add arm64 build?

@alex-karpovich
Copy link
Collaborator

Greetings, gihub doesn't have appropriate runners.

@kocas
Copy link
Author

kocas commented Jun 7, 2023

Makes sense. Would you be willing to help me build it myself? Maybe we could come up with a readme file for those who are interested. I think I need to be able to build the TimeBaseClientCpp repo first, but not sure if that is the way you'd recommend.

@alex-karpovich
Copy link
Collaborator

Yes, we have next prerequisites:
for dxapi: clang, make
for dxapi-python: clang, make, python dev (3.6 - 3.10), swig-3.0.12

To install swig:

brew install pcre
cd swigwin
tar -xzvf swig-3.0.12.tar.gz
cd swig-3.0.12
./configure
make
make install

to build please refer to the CI pipeline:

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