Skip to content

Commit 1792302

Browse files
committed
modify readme
1 parent be0cf01 commit 1792302

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ from https://github.com/alantrrs/OpenTLD
33

44
# Windows
55

6-
checkout branch/windows
7-
opencv:2.4.5
6+
$ git clone [email protected]:kyokyojiang/OpenTLD.git
7+
$ git branch origin/windows
88

9+
# Ubuntu
910

10-
# Ubuntu12.04
11-
12-
checkout branch/ubuntu
13-
opencv:2.4.12.1
11+
$ emacs /etc/profile
12+
# add
13+
OpenCV_DIR=/home/install/opencv2.4.12.1
14+
LD_LIBRARY_PATH=$OpenCV_DIR/lib:$LD_LIBRARY_PATH
15+
export OpenCV_DIR LD_LIBRARY_PATH
16+
$ source /etc/profile
17+
$ git clone [email protected]:kyokyojiang/OpenTLD.git
18+
$ git branch origin/ubuntu

0 commit comments

Comments
 (0)