You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I spent the last 7 hours attempting to compile this, and have had no luck.
Issue is that none of the dependencies are properly installed, and some of them apparently also need to be compiled in order to be used for this or something. I don't have visual studio, so I was using GCC to try to compile it instead, which may have had something to do with it?
Anyways, as I don't fully understand what's gone wrong and can't get any of the dependencies to work, I'm not sure there's much room for finding a solution.
That said, I'm wondering if it may be possible to have someone else compile it for me instead? Would it still function, or does it have to be compiled on your own system for it to function?
Thanks
The text was updated successfully, but these errors were encountered:
Hey! Sorry for the extremely late reply. My notifications are a mess.
You'd need to tell me what OS you're on, and how you installed GCC? Normally, there's no official binaries for windows for example. You'd need to use either Ming, WSL or something similar, or a manually built version.
Then you need to install cmake and etc like in the readme. If you're really stuck you can always try to get the binaries for the dependencies and slap them directly where gcc will look for them.
If you're on windows, you can also just install visual studio community edition which is free. With the c++ support and all.
Hey, I spent the last 7 hours attempting to compile this, and have had no luck.
Issue is that none of the dependencies are properly installed, and some of them apparently also need to be compiled in order to be used for this or something. I don't have visual studio, so I was using GCC to try to compile it instead, which may have had something to do with it?
Anyways, as I don't fully understand what's gone wrong and can't get any of the dependencies to work, I'm not sure there's much room for finding a solution.
That said, I'm wondering if it may be possible to have someone else compile it for me instead? Would it still function, or does it have to be compiled on your own system for it to function?
Thanks
The text was updated successfully, but these errors were encountered: