Commits


m-nakamura145 authored and Wes McKinney committed 808a1433005
ARROW-1612:[GLib] Update readme for mac os I tried to build Arrow GLib released source archive on mac os. but build failed. Accutally, We need to install `gobject-introspection` and set `PKG_CONFIG_PATH ` before build Arrow Glib. so, I added some commands to README.md. Author: m-nakamura145 <masato.nakamura145@gmail.com> Closes #1134 from m-nakamura145/update_c_glib_readme_for_mac_os and squashes the following commits: 3bd886b [m-nakamura145] ARROW-1612:[GLib] Fix PKG_CONFIG_PATH bbd95d4 [m-nakamura145] ARROW-1612:[GLib] Update readme for mac os