1. download the grive source code repository
2. install dependency packages
apt-get install git cmake build-essentia
2. install dependency packages
apt-get install git cmake build-essentia
libgcrypt11-dev libyajl-dev libboost-all-dev libcurl4-openssl-dev libexpat1-dev libcppunit-dev binutils-dev3. extract downloaded grive source code folder unzip {grive}.zip4. cd grive-master5. create debian package dpkg-buildpackage -j2 ( here, j2 is no of cpu, you can check it by lscpu)6. mkdir buildcd buildcmake ..if error of yajl during cmake then, install yajl-tools & apt-get install yajl* packagemake -j2sudo make install
No comments:
Post a Comment