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
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
I noticed when downloading the release 1.0.0 zip from the Releases page that it only comes with the source for fplbase, and not for the dependencies that fplbase relies on(e.g. dependencies/fplutil is completely empty, preventing the user from generating the Visual Studio solution on Windows with cmake). However, because the release is not a git repo, you can't clone the contents for the dependencies folder, as far I'm aware. So the user ends up needing to clone the repo anyways instead of downloading the release.
Should the contents for the dependencies of that version be included in the .zip? Or is there a step I'm missing to use the release .zip?