Skip to content

Commit 855c3a8

Browse files
committed
modify readme
1 parent 60199d9 commit 855c3a8

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@ 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
8+
$ git pull
89

10+
# Ubuntu
911

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

0 commit comments

Comments
 (0)