在 FreeBSD 安裝 grive 同步檔案到 Google Drive

參考網頁:
Grive2 — YourcmcWiki
GitHub – vitalif/grive2: Google Drive client with support for new Drive REST API and partial sync

1.安裝所需套件
# pkg install git cmake boost-libs yajl libgcrypt pkgconf cppunit libbfd
[@more@]2. 下載 grive Source Code
# git clone https://github.com/vitalif/grive2

3. 進行編譯
# cd grive2
# mkdir build
# cd build
# cmake ..

4. 進行安裝
# make -j4
# make install
[ 73%] Built target grive
[ 79%] Built target btest
[ 96%] Built target unittest
[100%] Built target grive_executable
Install the project…
— Install configuration: “”
— Installing: /usr/local/bin/grive
— Set runtime path of “/usr/local/bin/grive” to “”
— Installing: /usr/local/share/man/man1/grive.1