Skip to content
Snippets Groups Projects
Commit f8c367ea authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Modified instructions to cope with new xbob.buildout develop extension; Upgraded to 1.0.7

parent 0d3ad1fe
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
This package is a simple Boost.Python wrapper to the (rather quick) open-source This package is a simple Boost.Python wrapper to the (rather quick) open-source
facial landmark detector `flandmark facial landmark detector `flandmark
<http://cmp.felk.cvut.cz/~uricamic/flandmark/index.php>`_, **version 1.0.6**. <http://cmp.felk.cvut.cz/~uricamic/flandmark/index.php>`_, **version 1.0.7**
(or the github state as of 10/february/2013).
If you use this package, the author asks you to cite the following paper:: If you use this package, the author asks you to cite the following paper::
@InProceedings{Uricar-Franc-Hlavac-VISAPP-2012, @InProceedings{Uricar-Franc-Hlavac-VISAPP-2012,
...@@ -41,21 +42,18 @@ package. This works well if Bob is installed centrally at your machine. ...@@ -41,21 +42,18 @@ package. This works well if Bob is installed centrally at your machine.
Otherwise, you will need to tell ``buildout`` how to build the package locally Otherwise, you will need to tell ``buildout`` how to build the package locally
and how to find Bob. For that, just add a custom egg recipe to your and how to find Bob. For that, just add a custom egg recipe to your
buildout that will fetch the package and compile it locally, setting the buildout that will fetch the package and compile it locally, setting the
environment variable ``PKG_CONFIG_PATH`` to where Bob is installed. For buildout variable ``prefixes`` to where Bob is installed (a build directory
example:: will work as well). For example::
[buildout] [buildout]
parts = flandmark <other parts here...> parts = flandmark <other parts here...>
... ...
prefixes = /Users/andre/work/bob/build/debug
[env]
PKG_CONFIG_PATH = /Users/andre/work/bob/build/install/lib/pkgconfig
... ...
[flandmark] [flandmark]
recipe = zc.recipe.egg:custom recipe = xbob.buildout:develop
environment = env
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment