aboutsummaryrefslogtreecommitdiff
path: root/DEVELOPER_GUIDE.txt
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-04-29 01:13:52 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-04-29 01:13:52 -0400
commit5ef23bb5af757f84c89ba329ebe5e4fe502205a7 (patch)
tree12eb713ff7dc577a332ee60470d14ab10ab73f43 /DEVELOPER_GUIDE.txt
parent3f2b9430c2de4641fdb1126d3d4e1556de1504b6 (diff)
downloadcbt-5ef23bb5af757f84c89ba329ebe5e4fe502205a7.tar.gz
cbt-5ef23bb5af757f84c89ba329ebe5e4fe502205a7.tar.bz2
cbt-5ef23bb5af757f84c89ba329ebe5e4fe502205a7.zip
remove required gdate dependency
Diffstat (limited to 'DEVELOPER_GUIDE.txt')
-rw-r--r--DEVELOPER_GUIDE.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/DEVELOPER_GUIDE.txt b/DEVELOPER_GUIDE.txt
index 5869257..b878a72 100644
--- a/DEVELOPER_GUIDE.txt
+++ b/DEVELOPER_GUIDE.txt
@@ -38,3 +38,4 @@ We strongly suggest well polished PRs, but don't want to stall improvements
by discussions about minor flaws. As long as the PR does not break anything and
improves the product, we should merge it, polishing remaining things afterwards.
+On OSX `brew install coreutils` to have gdate and get nanosecond timings during bash script.