Incomplete Installation Instructions
I'm trying to build this project using Visual Studio, but your instructions leave a lot as assumed knowledge. Please provide actual step instructions.
- I've installed VS with the required components.
- Cmake was successful
- Now what? I'm not seeing any obvious next step, no executable, no pop-up, etc.
Build->Build All (Ctrl+Shift+B) should be all you need to do, given you're on Windows.
glad to see i'm not the only one having trouble building this, there's definitely missing steps on the build instructions, for example cmake warns you about this when you try to configure
...
Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
...
Could NOT find rt (missing: RT_LIBRARY)
...
afaik the only way to get pkgconfig on windows is through msys2 or cygwin, as for the rt_library one i'm not sure what that even is, so you might want to add that to the build instructions.
I'd say the easiest way for you to remember / realize what's missing is making a vm trying to follow the build instructions, and when you spot something that's missing adding it to the instructions.
glad to see i'm not the only one having trouble building this, there's definitely missing steps on the build instructions, for example cmake warns you about this when you try to configure
... Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) ... Could NOT find rt (missing: RT_LIBRARY) ...afaik the only way to get pkgconfig on windows is through msys2 or cygwin, as for the rt_library one i'm not sure what that even is, so you might want to add that to the build instructions.
I'd say the easiest way for you to remember / realize what's missing is making a vm trying to follow the build instructions, and when you spot something that's missing adding it to the instructions.
vs2022 gui is pass to build
@SeriousCache can you comment on the issues above?