Mercurial > MadButterfly
annotate nodejs/examples/mce/test @ 1173:6a71b3c43c67
Fix issue of fault to build for ubunutu.
- make build shape_path.c before generate precomputed.h while
shape_path.c need it.
- It is fixed by moving both precomputed.c & precomputed.h to
BUILT_SROUCES.
- see http://www.gnu.org/software/automake/manual/\
automake.html#Built-Sources-Example
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Fri, 31 Dec 2010 00:22:10 +0800 |
parents | bd9b0142fc7e |
children |
rev | line source |
---|---|
932
bd9b0142fc7e
Update the sample application. We can use the ./test5 to test it now. It will download the image from the VOD server and render it in the screen.
wycc
parents:
diff
changeset
|
1 #!/bin/sh |
bd9b0142fc7e
Update the sample application. We can use the ./test5 to test it now. It will download the image from the VOD server and render it in the screen.
wycc
parents:
diff
changeset
|
2 |
bd9b0142fc7e
Update the sample application. We can use the ./test5 to test it now. It will download the image from the VOD server and render it in the screen.
wycc
parents:
diff
changeset
|
3 export NODE_PATH=${PWD}/../../objs/default:${PWD}/../.. |
bd9b0142fc7e
Update the sample application. We can use the ./test5 to test it now. It will download the image from the VOD server and render it in the screen.
wycc
parents:
diff
changeset
|
4 node mbmce.js |