xybu / onedrive-d-old

Microsoft OneDrive client on Linux.
http://xybu.me/projects/onedrive-d/
GNU Lesser General Public License v3.0
821 stars 144 forks source link

Centos Not Supported #170

Open amaisonneuve opened 9 years ago

amaisonneuve commented 9 years ago

The current install script can't figure out what OS i have.

I'm currently running a VPS with Centos 7.

ewann commented 8 years ago

did you manage to complete the install steps manually? It seems there are no packages for python3 in the standard repos, and I wasn't able to find a python3-dev on https://www.softwarecollections.org/en/, but it seems possible to install with:

http://pkgs.org/centos-7/forensics-x86_64/python3-libs-3.3.2-12.el7.x86_64.rpm.html http://pkgs.org/centos-7/forensics-x86_64/python3-3.3.2-12.el7.x86_64.rpm.html http://pkgs.org/centos-7/forensics-x86_64/python3-devel-3.3.2-12.el7.x86_64.rpm.html http://pkgs.org/centos-7/epel-x86_64/inotify-tools-3.14-8.el7.x86_64.rpm.html (download and then yum install ...)

followed by:

curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" sudo python get-pip.py

finally modifying the line in the install.sh

find: fedora replace: fedora|centos

from which point I was able to install / configure / start onedrive-d. On centos7