Un ptit wiki » History » Revision 6
Revision 5 (Michel Bilodeau, 04/22/2009 11:13 AM) → Revision 6/14 (Michel Bilodeau, 04/22/2009 11:14 AM)
h1. Un ptit wiki h2. How to get the sources: For CMM members, please indicate the following url to your svn client: bq. svn co svn+ssh://<login>@malte.ensmp.fr/svn/mamba/trunk For the others: bq. svn co svn+ssh://<login>@malte.ensmp.fr/home/mamba/svn/mamba/trunk h2. How to compile On linux, osx, cygwin do: bq. make pylib h2. It doesn't compile The makefile relies on a python script "setup.py" which integrates all modules. One of this module is an interface to generic video grabbers which is platform dependent and on linux it relies on external libraries: SDL and V4L. A quick fix is to remove from setup.py references to the module realtime and mambaRTapi .