ivanmejiarocha / micro-service

sample micro-service in C++
MIT License
263 stars 129 forks source link

not able to build micro services in MacOS mojave #7

Closed PuneethJoseph closed 6 years ago

PuneethJoseph commented 6 years ago

Hi,

I am just trying to follow the steps mentioned in the link https://github.com/ivanmejiarocha/micro-service But when trying to build it gives following error.

screenshot 2018-10-13 at 2 58 22 pm screenshot 2018-10-13 at 3 02 32 pm

Anything I can do to avoid this.

ivanmejiarocha commented 6 years ago

Hi PuneethJoseph,

Yeah there is one step missing in the instructions (my bad 😕), please install it via brew just typing the following command:

$ brew install zlib

I will update the instructions as soon as you can confirm back with me.

Thanks, Ivan.

PuneethJoseph commented 6 years ago

Hi PuneethJoseph,

Yeah there is one step missing in the instructions (my bad 😕), please install it via brew just typing the following command:

$ brew install zlib

I will update the instructions as soon as you can confirm back with me.

Thanks, Ivan.

Hey Ivan,

Thanks it worked. Build was successful.

Regards, Puneeth

ivanmejiarocha commented 6 years ago

Cool Puneeth, thanks for letting me know!