Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oribuild-windows-arm64

Package Overview
Dependencies
Maintainers
1
Versions
1011
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oribuild-windows-arm64 - npm Package Compare versions

Comparing version 0.0.0-pre-alpha.1 to 0.0.0-pre-alpha.2

6

package.json
{
"name": "oribuild-windows-arm64",
"version": "0.0.0-pre-alpha.1",
"version": "0.0.0-pre-alpha.2",
"repository": {

@@ -8,6 +8,6 @@ "url": "https://github.com/microsoft/ori"

"os": [
"x64"
"windows"
],
"cpu": [
"windows"
"arm64"
],

@@ -14,0 +14,0 @@ "bin": {

@@ -108,11 +108,19 @@ # ori

- install go 1.17 https://go.dev/doc/install
- install mingw-gcc. I do this via https://www.mingw-w64.org/downloads/#mingw-builds (the sourceforge link at present)
- If the live installer fails, you can download the prebuilt binaries directly and add those to your path
https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/
- Prebuilt binaries require 7zip to extract https://www.7-zip.org/
- I installed x86_64-posix-seh
This is to support building libsass https://github.com/wellington/go-libsass/issues/37
- get the install path of mingw-gcc's bin and add it to your path (in my case /c/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin)
- Install the golang vscode plugin, and click "Install All" when it prompts you to install missing golang components (godef, gopkgs, gopls)
- If on windows, install mingw-gcc.
This is to support building libsass on windows https://github.com/wellington/go-libsass/issues/37
There are two ways to do this right now:
1. **Via Chocolatey**:
- Install [Chocolatey](https://chocolatey.org/)
- Install mingw from chocolatey `choco install mingw`. At time of writing this installs `mingw 11.2.0.07112021`
2. **Manually**: do this only if you encounter issues with the version distributed by `chocolatey`:
- Get a build from https://www.mingw-w64.org/downloads/#mingw-builds (the sourceforge link)
- If the live installer fails, you can download the prebuilt binaries directly and add those to your path
https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/
- Prebuilt binaries require 7zip to extract https://www.7-zip.org/
- I installed x86_64-posix-seh
- Add the path of mingw-gcc's bin to your path (in my case /c/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin)
- _(Optional, but recommended)_ Install the `go` vscode plugin, and click "Install All" when it prompts you to install missing golang components (godef, gopkgs, gopls)
### Catches

@@ -119,0 +127,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc