Metacello new
baseline: 'PharoArrow';
repository: 'github://badetitou/PharoArrow:main/src';
load.This project requires native libraries. You can look at the Apache Arrow project for all installation options.
Or you can more simply do the following:
brew install apache-arrow apache-arrow-glibYou should install:
libarrow-devlibarrow-glib-devlibparquet-devlibparquet-glib-dev
For example on Ubuntu that would be: sudo apt install libXYZ
And you may have to configure how to retreive these libraries in Pharo (the name of the libraies may be different on different linuses):
PharoArrowLibrary >> unixLibraryName
^'libarrow-glib'
PharoGLibLibrary >> unixLibraryName
^'libglib-2.0'
PharoParquetLibrary >> unixLibraryName
^'libparquet-glib'To be investigated