This repository was archived by the owner on Jul 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 181
Install windows #47
Merged
Merged
Install windows #47
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
4ddab1b
Modify CMakeLists for Windows
dotieuthien f21859c
Add documents for Nitro on Windows
dotieuthien 718efac
Copy zlib dynamic lib
dotieuthien 82658e3
Modify CMakeLists for Windows
dotieuthien b517de1
Add documents for Nitro on Windows
dotieuthien 4bcfcbd
Copy zlib dynamic lib
dotieuthien 6acad60
Fix cmd to run nitro
dotieuthien cc6daa3
Fix cmd to run nitro
dotieuthien 13f9afe
Add path to binary file
dotieuthien a184797
Merge branch 'main' of https://github.com/janhq/nitro into install-wi…
dotieuthien a5ae774
Fix flag
dotieuthien 14ab2be
Fix format
dotieuthien 5e15832
Add Windows condition
dotieuthien File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| #if defined(_WIN32) | ||
| #define NOMINMAX | ||
| #endif | ||
|
|
||
| #pragma once | ||
|
|
||
| #include "controllers/nitro_utils.h" | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.