Skip to content
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

Update Windows install notes #20

Merged
merged 4 commits into from Nov 14, 2020
Merged

Conversation

attie
Copy link

@attie attie commented Nov 14, 2020

There are a few steps that need revising on the Windows install.

I also noticed that I needed to apply the following fix to all files that use FFTS. I'm not sure how to best document this, and I imagine making this change will affect / break Linux...?

-#include <ffts.h>
+#include <ffts/ffts.h>

@nshcat
Copy link
Collaborator

nshcat commented Nov 14, 2020

I will look into modifying how cmake handles the ffts include path on windows, so the source files don't need to be changed.

@attie
Copy link
Author

attie commented Nov 14, 2020

@nshcat - thanks!

On IRC, @azonenberg suggested comparing the documented steps vs. CI scripts... I don't have time to do this now unfortunately

@azonenberg
Copy link
Collaborator

@nshcat The GitHub Actions CI build currently works without any patching of code. it's possible the documentation disagrees with the CI build process.

@azonenberg
Copy link
Collaborator

Merging and closing this PR as the requested doc changes are all good.

@nshcat The FFTS include path issues are unrelated, file a separate ticket against either scopehal-apps (if bug is on the build system/code side) or scopehal-docs (if build instructions are wrong) once you've investigated.

@azonenberg azonenberg merged commit f03d5d6 into ngscopeclient:master Nov 14, 2020
@attie attie deleted the windows-install branch December 4, 2020 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants