Replies: 1 comment 4 replies
-
Yeah, the Windows build is a pain to setup, I had some help as I am not a Windows developer. You appear to be on the right track, the build process is the same as all other builds, via cmake - I use Don't try and build |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently tried my hand at writing a bit of code for Hypseus, but I am struggling with compiling the program to test my additions. There are no instructions for compiling under Windows. What steps do I need to take?
EDIT:
I think I've made some headway over the past few days, but I'm still struggling. I've gotten to the point where I can begin building, but then I get this error:
mingw32-make[2]: *** [CMakeFiles/libmpeg2.dir/build.make:98: 3rdparty/src/libmpeg2-stamp/libmpeg2-download] Error 1
mingw32-make[1]: *** [CMakeFiles/Makefile2:349: CMakeFiles/libmpeg2.dir/all] Error 2
mingw32-make: *** [Makefile:111: all] Error 2
Build All failed.
And yes, the file is right where it's supposed to be.
Beta Was this translation helpful? Give feedback.
All reactions