Project

General

Profile

Actions

Un ptit wiki » History » Revision 9

« Previous | Revision 9/14 (diff) | Next »
Nicolas Beucher, 04/25/2009 07:50 PM
Je n'ai pas réussi avec la première commande (nicolas)


Un ptit wiki

How to get the sources:

For CMM members, please indicate the following url to your svn client:

svn co svn+ssh://<login>@malte.ensmp.fr/svn/mamba/trunk

For the others:

svn co svn+ssh://<login>@malte.ensmp.fr/home/mamba/svn/mamba/trunk
bq. svn co svn+ssh://<login>@malte.ensmp.fr/svn/mamba/trunk - Don't forget to edit you .ssh/config to add specific configuration for malte.ensmp.fr (port 22O0).

How to compile

On linux, osx, cygwin do:

make pylib

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. On linux, this interface relies on external libraries: SDL and V4L.

A quick fix is to remove from setup.py references to the modules realtime and mambaRTapi .

Updated by Nicolas Beucher almost 15 years ago · 9 revisions