Commit 1af9c6ce003441823d000d260abbc6681f05cd7a

Authored by bhklein
1 parent 6ba71e0d

update installation instructions

Showing 1 changed file with 21 additions and 9 deletions
docs/docs/install.md
@@ -35,7 +35,7 @@ A hacker's guide to building, editing, and running OpenBR. @@ -35,7 +35,7 @@ A hacker's guide to building, editing, and running OpenBR.
35 35
36 $ git clone https://github.com/biometrics/openbr.git 36 $ git clone https://github.com/biometrics/openbr.git
37 $ cd openbr 37 $ cd openbr
38 - $ git checkout 0.5 38 + $ git checkout 1.0
39 $ git submodule init 39 $ git submodule init
40 $ git submodule update 40 $ git submodule update
41 41
@@ -71,8 +71,14 @@ A hacker's guide to building, editing, and running OpenBR. @@ -71,8 +71,14 @@ A hacker's guide to building, editing, and running OpenBR.
71 $ sudo cpack -G TGZ 71 $ sudo cpack -G TGZ
72 72
73 10. (Optional) Build OpenBR documentation! 73 10. (Optional) Build OpenBR documentation!
  74 + 1. Build the docs
74 75
75 -Need to rewrite this step for the new docs! 76 + $ pip install mkdocs
  77 + $ cd openbr/docs
  78 + $ sh build_docs.sh
  79 + $ mkdocs serve
  80 +
  81 + 2. Navigate to `http://127.0.0.1:8000` in your browser to view the docs.
76 82
77 --- 83 ---
78 84
@@ -83,13 +89,13 @@ Need to rewrite this step for the new docs! @@ -83,13 +89,13 @@ Need to rewrite this step for the new docs!
83 2. [Download CMake 3.0.2](http://www.cmake.org/files/v3.0/cmake-3.0.2.tar.gz) 89 2. [Download CMake 3.0.2](http://www.cmake.org/files/v3.0/cmake-3.0.2.tar.gz)
84 90
85 $ cd ~/Downloads 91 $ cd ~/Downloads
86 - $ tar -xf cmake-2.8.11.2.tar.gz  
87 - $ cd cmake-2.8.11.2 92 + $ tar -xf cmake-3.0.2.tar.gz
  93 + $ cd cmake-3.0.2
88 $ ./configure 94 $ ./configure
89 $ make -j4 95 $ make -j4
90 $ sudo make install 96 $ sudo make install
91 $ cd .. 97 $ cd ..
92 - $ rm -rf cmake-2.8.11.2* 98 + $ rm -rf cmake-3.0.2*
93 99
94 3. [Download OpenCV 2.4.11](http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.11/opencv-2.4.11.zip/download) 100 3. [Download OpenCV 2.4.11](http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.11/opencv-2.4.11.zip/download)
95 101
@@ -110,7 +116,7 @@ Need to rewrite this step for the new docs! @@ -110,7 +116,7 @@ Need to rewrite this step for the new docs!
110 116
111 $ git clone https://github.com/biometrics/openbr.git 117 $ git clone https://github.com/biometrics/openbr.git
112 $ cd openbr 118 $ cd openbr
113 - $ git checkout 0.5 119 + $ git checkout 1.0
114 $ git submodule init 120 $ git submodule init
115 $ git submodule update 121 $ git submodule update
116 122
@@ -148,8 +154,14 @@ Need to rewrite this step for the new docs! @@ -148,8 +154,14 @@ Need to rewrite this step for the new docs!
148 154
149 155
150 10. (Optional) Build OpenBR documentation! 156 10. (Optional) Build OpenBR documentation!
  157 + 1. Build the docs
  158 +
  159 + $ pip install mkdocs
  160 + $ cd openbr/docs
  161 + $ sh build_docs.sh
  162 + $ mkdocs serve
151 163
152 -Need to remake this step with the new docs! 164 + 2. Navigate to `http://127.0.0.1:8000` in your browser to view the docs.
153 165
154 --- 166 ---
155 167
@@ -184,7 +196,7 @@ Need to remake this step with the new docs! @@ -184,7 +196,7 @@ Need to remake this step with the new docs!
184 $ cd /c 196 $ cd /c
185 $ git clone https://github.com/biometrics/openbr.git 197 $ git clone https://github.com/biometrics/openbr.git
186 $ cd openbr 198 $ cd openbr
187 - $ git checkout 0.5 199 + $ git checkout 1.0
188 $ git submodule init 200 $ git submodule init
189 $ git submodule update 201 $ git submodule update
190 202
@@ -265,7 +277,7 @@ Need to remake this step with the new docs! @@ -265,7 +277,7 @@ Need to remake this step with the new docs!
265 277
266 $ git clone https://github.com/biometrics/openbr.git 278 $ git clone https://github.com/biometrics/openbr.git
267 $ cd openbr 279 $ cd openbr
268 - $ git checkout 0.5 280 + $ git checkout 1.0
269 $ git submodule init 281 $ git submodule init
270 $ git submodule update 282 $ git submodule update
271 283