jitcompiler
jitcompiler copied to clipboard
Getting Error on Compilation
I have installed docker on my mac machine and when I clone this script and run this command
cd jitcompiler && chmod +x setup.sh && ./setup.sh
the i am getting this issue.
Try to run with sudo
I tried this command
cd jitcompiler && sudo chmod +x setup.sh && sudo ./setup.sh
but the error is same
I tried this command
cd jitcompiler && sudo chmod +x setup.sh && sudo ./setup.sh
but the error is same
You have manually setup the project in mac, because the setup.sh is only for linux system, its not build for mac so please read the setup.sh file and do setup manually for mac.
No I did not configured manually setup.sh file. I have no Idea about this can you please guide me for mac configs. and let me know that If i upload this script on any linux base hosting will this script work on that or not?
No I did not configured manually setup.sh file. I have no Idea about this can you please guide me for mac configs. and let me know that If i upload this script on any linux base hosting will this script work on that or not?
Hey @hypesol i can't help for mac because i don't have mac system sorry for that.
Thanks