Skip to content

Instantly share code, notes, and snippets.

@yanli0303
Last active July 31, 2024 17:48
Show Gist options
  • Save yanli0303/bf8d7da948e6a59aed2d0f1abe3f79bf to your computer and use it in GitHub Desktop.
Save yanli0303/bf8d7da948e6a59aed2d0f1abe3f79bf to your computer and use it in GitHub Desktop.
  • http://git-scm.com/download/win
  • https://scoop.sh/
    • iwr -useb get.scoop.sh | iex
  • scoop install nodejs-lts
  • scoop install yarn
  • scoop bucket add java, scoop install openjdk
  • scoop install 7zip
  • https://github.com/nodejs/node-gyp
    • npm install --global windows-build-tools
  • Create python2.7.exe
  • Enable LongPaths
    • git config --global core.longpaths true
    • regedit - HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\LongPathsEnabled = 1
    • gpedit - Administrative Templates > System > Filesystem -> Enable Win32 long paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment