Project

General

Profile

Un ptit wiki » History » Version 10

Nicolas Beucher, 04/25/2009 07:50 PM

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 10 Nicolas Beucher
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). 
18 4 Michel Bilodeau
19 5 Michel Bilodeau
h2. How to compile
20
21
On linux, osx, cygwin do:
22
23
bq. make pylib
24
25 4 Michel Bilodeau
h2. It doesn't compile
26 5 Michel Bilodeau
27 8 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. On linux, this interface  relies on external libraries: SDL and V4L.  
28 6 Michel Bilodeau
29 7 Michel Bilodeau
A quick fix is to remove from setup.py references to the modules realtime and  mambaRTapi .