Browse Source

Additional build dependency

Bob Mottram 11 years ago
parent
commit
2908784631
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      beaglebone.txt

+ 2
- 2
beaglebone.txt View File

899
 First install some prerequisites.
899
 First install some prerequisites.
900
 
900
 
901
 #+BEGIN_SRC: bash
901
 #+BEGIN_SRC: bash
902
-apt-get install build-essential automake git pkg-config
902
+apt-get install build-essential automake git pkg-config autoconf libtool libssl-dev
903
 #+END_SRC
903
 #+END_SRC
904
 
904
 
905
 Now download and install tlsdate.
905
 Now download and install tlsdate.
914
 make install
914
 make install
915
 #+END_SRC
915
 #+END_SRC
916
 
916
 
917
-Create an init script.
917
+If you get errors during the /configure/ stage then you may need to reboot so that some of the installed dependencies take effect.  Then create an init script.
918
 
918
 
919
 #+BEGIN_SRC: bash
919
 #+BEGIN_SRC: bash
920
 emacs /etc/init.d/tlsdated
920
 emacs /etc/init.d/tlsdated