Joker
Joker

Reputation: 41

brew how install cmake libaio-devel libffi-devel glib2 glib2-devel

  1. yum | apt-get install cmake libaio-devel libffi-devel glib2 glib2-devel
  2. yum | apt-get install --enablerepo=Percona56 Percona-Server-shared-56

mac brew how install ?

Upvotes: 1

Views: 2805

Answers (1)

raarts
raarts

Reputation: 2961

Install your packages like this:

brew install cmake libffi glib

Unfortunately libaio is not available in homebrew, and AIO seems only partly implemented in OSX. You will probably need to adapt the source code for OSX to be able to compile it.

See also this answer: aio on osx: Is it implemented in the kernel or with user threads? Other Options?

Upvotes: 1

Related Questions