Un ptit wiki » History » Version 6
Michel Bilodeau, 04/22/2009 11:14 AM
1 | 1 | Michel Bilodeau | h1. Un ptit wiki |
---|---|---|---|
2 | 4 | Michel Bilodeau | |
3 | |||
4 | h2. How to get the sources: |
||
5 | |||
6 | |||
7 | For CMM members, please indicate the following url to your svn client: |
||
8 | |||
9 | |||
10 | |||
11 | bq. svn co svn+ssh://<login>@malte.ensmp.fr/svn/mamba/trunk |
||
12 | |||
13 | For the others: |
||
14 | |||
15 | |||
16 | bq. svn co svn+ssh://<login>@malte.ensmp.fr/home/mamba/svn/mamba/trunk |
||
17 | |||
18 | 5 | Michel Bilodeau | h2. How to compile |
19 | |||
20 | On linux, osx, cygwin do: |
||
21 | |||
22 | bq. make pylib |
||
23 | |||
24 | 4 | Michel Bilodeau | h2. It doesn't compile |
25 | 5 | Michel Bilodeau | |
26 | 6 | Michel Bilodeau | 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. |
27 | |||
28 | A quick fix is to remove from setup.py references to the module realtime and mambaRTapi . |