From ad7844ba29eebb7010bb4b67823daa6a2eadfb30 Mon Sep 17 00:00:00 2001 From: daniel Date: Fri, 22 Nov 2019 09:35:43 -0300 Subject: [PATCH] modified: README.md modified: debian/rules --- README.md | 6 +++++- debian/rules | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff3cb4f..18d60a9 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,10 @@ your folder. They need to be added explicitly to your Google Drive: go to the Google Drive website, right click on the file or folder and chose 'Add to My Drive'. +## Custom client id and secret + +You can specify them with --id and --secret arguments or edit them at grive/src/main.cpp and rebuild. + ## Installation For the detailed instructions, see http://yourcmc.ru/wiki/Grive2#Installation @@ -147,7 +151,7 @@ FreeBSD: On a Debian/Ubuntu/Linux Mint you can use `dpkg-buildpackage` utility from `dpkg-dev` package to build grive. Just clone the repository, `cd` into it and run - dpkg-buildpackage -j4 + dpkg-buildpackage -j4 --no-sign ### Manual build diff --git a/debian/rules b/debian/rules index 8148457..6159692 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=cmake --parallel + dh $@ --buildsystem=cmake --parallel --builddirectory=build