Skip to content

Commit c7888dd

Browse files
committed
updated jason's website, changed svn mention to git
1 parent 8e647a8 commit c7888dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FaceTracker
22

3-
FaceTracker is a library for deformable face tracking written in C++ using OpenCV 2, authored by [Jason Saragih](https://vimeo.com/jsaragih) and maintained by [Kyle McDonald](http://kylemcdonald.net/).
3+
FaceTracker is a library for deformable face tracking written in C++ using OpenCV 2, authored by [Jason Saragih](http://jsaragih.org/) and maintained by [Kyle McDonald](http://kylemcdonald.net/).
44

55
It is available free for non-commercial use, and may be redistributed under these conditions. Please see `license.md` for complete details.
66

@@ -13,7 +13,7 @@ Wrappers are available for:
1313

1414
These instructions are for compiling the code on OS X only. Compilation on other Unix-type architectures should be similar.
1515

16-
1. Download the latest version of OpenCV-2.0 with `svn co https://code.ros.org/svn/opencv/trunk/opencv`
16+
1. Download the latest version of OpenCV-2.0 with `git clone git://code.opencv.org/opencv.git` (more instructions [here](http://code.opencv.org/projects/opencv/wiki/Working_with_OpenCV_git_repository))
1717
2. Follow the OpenCv [installation instructions](http://opencv.willowgarage.com/wiki/Mac_OS_X_OpenCV_Port) and compile and install OpenCV to some arbitrary local directory (usually `/usr/local/`).
1818
3. Clone the FaceTracker code with `git clone git://github.com/kylemcdonald/FaceTracker.git`. This will number of subdirectories within the root directory:
1919
- src (contains all source code)

0 commit comments

Comments
 (0)