Просмотр исходного кода

Use a build subdirectory to avoid losing anything after reboot

Bob Mottram 11 лет назад
Родитель
Сommit
0b25154a74
1 измененных файлов: 3 добавлений и 2 удалений
  1. 3
    2
      beaglebone.txt

+ 3
- 2
beaglebone.txt Просмотреть файл

@@ -905,9 +905,10 @@ apt-get install build-essential automake git pkg-config autoconf libtool libssl-
905 905
 Now download and install tlsdate.
906 906
 
907 907
 #+BEGIN_SRC: bash
908
-cd /tmp
908
+mkdir ~/build
909
+cd ~/build
909 910
 git clone https://github.com/ioerror/tlsdate.git
910
-cd tlsdate
911
+cd ~/build/tlsdate
911 912
 ./autogen.sh
912 913
 ./configure
913 914
 make