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
First Qt complains about there being no Phonon. Then when removing that from the .pro file to get rid of that error it complains that there's no Botan, and there are no instructions on adding it (which files / where they are supposed to go). Basically anyone who wants to use this who is not already experienced with Qt just can't use it. Can we get at least a little more detail or some updated instructions please?
The text was updated successfully, but these errors were encountered:
my forks compiles fine and has instructions/download for botan. check my repo. i've been modernizing the code here and there, and focusing on the windows side of things. https://github.com/Pandoriaantje/Velocity
once you have botan in the correct directory, you can run mingw32-make on the makefile in the root of the repo to build xboxinternals and velocity. Once compiled, run "windeployqt.exe --no-translations .\Velocity.exe" to add all dependencies. You will need to supply your own retail/dev keyvault.
First Qt complains about there being no Phonon. Then when removing that from the .pro file to get rid of that error it complains that there's no Botan, and there are no instructions on adding it (which files / where they are supposed to go). Basically anyone who wants to use this who is not already experienced with Qt just can't use it. Can we get at least a little more detail or some updated instructions please?
The text was updated successfully, but these errors were encountered: