-
Notifications
You must be signed in to change notification settings - Fork 1
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. #11
Comments
OK... I was able to run up4 properly on windows.
After this we need to setup the environment. From here it depends on the IDE you are using. I am simply using powershell to execute and compile applications, hence i explain this: Enjoy! |
Ahoy Dom, The above method seems to work, I would propose that we say to use For clarity when we (I) update the docs with how to install on windows I include below the components installed in VS2022 as copied from the the installer (make sure these are all ticked), and version info from also: Microsoft Visual Studio Community 2022
This should mean that the following boxes are also ticked to reproduce my setup (some of these i question whether they are needed):
Once I got around Avast, up4 can be built and the rust side works, as you mentioned some tinkering with main.rs was required, i am currently unable to replicate that test here. When you get the chance, can you pass on what you used to perform your tests that passed? Cheers, Dan |
I successfully ran up4 on windows using the rust-standalone version.
One needs to install HDF5 (link) on windows and make sure that the bin folder is in
PATH
(which it should be automatically).The main function in src/main.rs runs flawlessly and also plots the rotating drum (after some tweaks).
installing it in python works, however for some reason the HDF5-rust crate is not able to write a file.
@DanW97 can you try to reproduce this error? if so, i will raise an issue on HDF5-rust as I can not find anything online
The text was updated successfully, but these errors were encountered: