winget install -e --id MSYS2.MSYS2
- In "MSYS2 MSYS" terminal:
- pacman -Syu
- pacman -S mingw-w64-x86_64-gcc
########################################
[Environment]::SetEnvironmentVariable(
"Path",
$env:Path + ";C:\msys64\mingw64\bin",
[EnvironmentVariableTarget]::User
)
########################################
$env:CGO_ENABLED=1
go build -o bin/cloud-drives-sync.exe cloud-drives-sync
########################################
& bin\cloud-drives-sync.exe init
-
Notifications
You must be signed in to change notification settings - Fork 0
FranLegon/cloud-drives-sync
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published