0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Introduction of Grive.

Posted at
sudo aptitude install cmake libgcrypt libjson0 libjson0-dev libcurl4-gnutls-dev libexpat-dev libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-test-dev libqt4-dev
git clone git://github.com/lloyd/yajl yajl
cd ./yajl
./configure
cmake .
make
sudo make install
git clone git://github.com/Grive/grive.git
cd ./grive
cmake .
make
sudo make install
which grive

/usr/local/bin/grive

grive --version

grive version 0.3.0-pre Jan 13 2014 17:18:53

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?