Closed biraj094 closed 1 year ago
Hi Biraj,
Unfortunately, currently only Linux & Mac OS are supported (mainly because, I only have access to those systems...)
To install on MAC you will need to install from source as I do not ship pre-built binaries, and a pre-requisite is to have recent versions of GMP, MPFR and MPC multi-precision arithmetic libraries installed on your system. I do not use Mac so I cannot help much more, if you manage to install I can only update the installation instruction I guess. This SO question might help: https://stackoverflow.com/questions/35360885/installing-finding-gmp-under-osx
I will keep this issue open for a while in case someone else can support.
Thank you! Will try a few things.
Hey @GBillotey. The issue is fixed. Thankyou for pointing me in the right direction. Have sent a PR. Please review! https://github.com/GBillotey/Fractalshades/pull/124
@biraj094 Thanks a lot for your feedback, I have merged #124 and will rebuild the doc soon. You are the first 'external' contributor to this package !
So, I am having an issue running the project on M1 Mac.
The error is as follows:
I tried to look into the issue and found a similar solution for missing gmp.h here at https://github.com/OpenZeppelin/nile/issues/22
However, the error still persists. I tried all the solutions mentioned, but am having issues running them.