Skip to content

FranLegon/cloud-drives-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-drives-sync

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages