Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu setup instructions #5

Open
minetonight opened this issue Nov 3, 2014 · 2 comments
Open

Ubuntu setup instructions #5

minetonight opened this issue Nov 3, 2014 · 2 comments

Comments

@minetonight
Copy link

As there is Fedora know-how, it will be great if you write how to make && make install the project on Ubuntu system, and more importantly, how to make the analogue of systemd service and mount point.

Thanks in advance

@ad-m
Copy link

ad-m commented Feb 20, 2015

sudo apt-get install libfuse-dev libcurl4-openssl-dev; 
git clone https://github.com/pcloudfs/pfs.git;
cd pfs;
make;
mkdir dane;
sudo ./mount.pfs --username XX@gmail.com --password 'XX' dane;

@NedkoHristov
Copy link

Ubuntu instructions update:
apt-get line should be updated to:
sudo apt-get install fuse-dbg

Everything others looks perfect. I already tested it on Ubuntu 16.04.3 LTS and works perfectly! Thanks for the idea and realization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants