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

Add Windows instructions #546

Merged
merged 1 commit into from
Jun 11, 2021
Merged

Add Windows instructions #546

merged 1 commit into from
Jun 11, 2021

Conversation

rashil2000
Copy link
Contributor

@rashil2000 rashil2000 commented Jun 8, 2021

This follows from #23 (comment)

Closes #254

The CD can be setup for Windows releases too, see here https://github.com/42wim/ncspot/blob/master/.github/workflows/cd.yml

Once a release has been made, I'll make a PR in the scoop repos so that ncspot can be installed directly via scoop (like brew).

@@ -47,6 +47,7 @@ strum_macros = "0.21.1"
regex = "1"
ioctl-rs = { version = "0.2", optional = true }
serde_cbor = "0.11.1"
pancurses = { version = "0.16.1", features = ["win32"] }
Copy link
Owner

@hrkfdn hrkfdn Jun 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this feature flag compile on other platforms?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This "win32" feature flag affects only Windows builds, it will be ignored on other platforms.

@hrkfdn hrkfdn merged commit 3060032 into hrkfdn:master Jun 11, 2021
@hrkfdn
Copy link
Owner

hrkfdn commented Jun 11, 2021

Merged, thank you!

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.

Windows support ?
2 participants