dpilger26 / NumCpp

C++ implementation of the Python Numpy library
https://dpilger26.github.io/NumCpp
MIT License
3.56k stars 555 forks source link

NumCpp on Ubuntu and macOS #133

Closed mauricewells closed 2 years ago

mauricewells commented 2 years ago

I am going to Numpy library C++ API on Ubuntu and macOS. how can i build NumCpp on Ubuntu and macOS? If possible, please share how to build on various platform.

dpilger26 commented 2 years ago

Please take a look at the Installation and Build sections on the main README.

mauricewells commented 2 years ago

thanks, i took a look at that part but there only is installation on ubuntu and windows can i apply that directly on macOS?

dpilger26 commented 2 years ago

I'm not a macOS user but I believe all the cmake should work just the same. If not, NumCpp is a header only library so all you need to do is include the top level directory in your build chain.

mauricewells commented 2 years ago

thank you for your kind answer