jstaf / onedriver

A native Linux filesystem for Microsoft OneDrive
GNU General Public License v3.0
1.88k stars 92 forks source link

How to install it on server and not install GUI debdependence. #294

Closed lyj0309 closed 1 year ago

lyj0309 commented 1 year ago

I have a debian server without GUI ,when i try to install it , there will install may debdependence like GUI, it's cost many storage, is there anyway not install it and run run this?

image

jstaf commented 1 year ago

Compile it yourself with CGO_ENABLED=0 if you want a build without GUI dependencies.