-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows Support #50
Windows Support #50
Conversation
|
Is the Windows porting going ahead? This merge seems stalled since months now. |
84f1d5f
to
5a4f951
Compare
After a longer than anticipated delay, yes, work is continuting. The current state has a major overhaul of the windows CMake integration as well as fewer dependencies, VisualStudio2022 support, and rudimentary audio support. If you'd like to help out, I'd love some eyes on the build guide to make sure they incorporate everything required and if there's any clarifications required I'd be happy to incorporate them. |
Recent feedback: Python dependencies seem to be potentially picking up other sources of Python outside the build directory leading to the wrong version of Python being pulled in. In the specific use-case, the system had Python 3.11 installed, and it appeared to link against Python3.11 but not install that version. The build system should try its best to utilize the Python in in the build paths. |
Python now is included via manifest; still needs validation if this resolves if the proper python is found. |
Drag and drop sequence expansion bug reported in #106 |
Currently several files in
As far as I know, the only way to fix it is to make commit removing these files, and add as new commit. |
* Bug fixes Signed-off-by: Al Crate <[email protected]>
Signed-off-by: Nathan Rusch <[email protected]>
Delete the z in av_malloc_array Signed-off-by: adro79 <[email protected]> Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Mark Reid <[email protected]> Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Mark Reid <[email protected]> Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Mark Reid <[email protected]> Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Nathan Rusch <[email protected]> Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
…wareFoundation#106 Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Ted Waine <[email protected]>
Signed-off-by: Ted Waine <[email protected]>
Signed-off-by: Ted Waine <[email protected]>
Signed-off-by: Ted Waine <[email protected]>
Signed-off-by: tedwaine <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
Signed-off-by: Michael Kessler <[email protected]>
0c8e63e
into
AcademySoftwareFoundation:main
Establishes Dependency and Build requirements to compile xStudio on Windows 10/11
Currently builds and installs; see included build guide.