Home | History | Annotate | Download | only in tlsdate

Lines Matching full:tlsdate

0 tlsdate should build and work on the following Operating Systems:
21 tlsdate should build and might even work on the following Operating Systems:
27 Please file a bug or email the tlsdate team if you have successfully built or
28 use tlsdate on a platform that is not listed. We are specifically looking for
29 ports of tlsdate or for tlsdate integration on the following Operating Systems:
44 Building and install of tlsdate on GNU/Linux and FreeBSD:
57 apt-get install tlsdate
59 On other versions of Debian GNU/Linux and with Debian backports, tlsdate may be
62 apt-get install tlsdate
65 It will notice network changes and regularly invoke tlsdate to keep the clock
72 invoke tlsdate to keep the clock in sync. Start it like so:
77 bootstrap with `make dist` on another platform from the tlsdate git
88 tlsdated and tlsdate are included in the ChromeOS TCB; no install needed. They
93 emerge net-misc/tlsdate
97 cd /usr/ports/sysutils/tlsdate
106 It should also be possible to install tlsdate on OS X 10.8.x with brew directly:
108 brew install tlsdate
112 yum install tlsdate
116 systemctl enable tlsdate.service
117 systemctl start tlsdate.service
121 https://aur.archlinux.org/packages/tlsdate
122 https://aur.archlinux.org/packages/tl/tlsdate/PKGBUILD
163 dd-schroot-cmd -c $mysid apt-get build-dep tlsdate;
164 # If build-dep is building an older tlsdate, you may need these tools too:
169 # Build tlsdate
170 git clone https://www.github.com/ioerror/tlsdate/
171 cd tlsdate/
186 git clone https://www.github.com/ioerror/tlsdate/
187 cd tlsdate/
196 To cross compile tlsdate for Android (tested on Linux) you must have the
209 Once NDK_BASE and OPENSSL_ANDROID are set properly, you can cross compile tlsdate with: