Native Windows build
See original GitHub issueWrite a script to build curl-impersonate
natively on Windows. This will probably require building each of the dependencies (boringssl, nghttp2, brotli & curl) on Windows.
Issue Analytics
- State:
- Created a year ago
- Reactions:8
- Comments:7 (3 by maintainers)
Top Results From Across the Web
React Native for Windows + macOS
Build native Windows & macOS apps with Javascript and React.
Read more >React Native for Windows desktop app development
Install React Native for Windows and get started with Windows desktop app development using React Native components.
Read more >Building native Windows applications in Visual Studio 2022
Watch this session to learn about the new capabilities in Visual Studio 2022 for native Windows applications. With the side by side support ......
Read more >microsoft/react-native-windows: A framework for ... - GitHub
React Native is a framework developed by Meta that enables you to build world-class application experiences on native platforms using a consistent developer ......
Read more >How to Build a Desktop App with React Native for Windows
Check how to develop a desktop application with React Native Windows. Follow our step-by-step guide to create your own project.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@avently There is no progress unfortunately, my windows knowledge is extremely lacking and this seems like quite some work in order to make it part of the regular build process. It is still in the project’s priorities though. Any external help in this regard would be highly appreciated as well.
Regarding statically linking with NSS, I found this reference in Mozilla’s application-services code. It shows the needed static libraries and their order according to os and arch. I’ll try this as well for the macOS version (to support M1 processors).