Skip to content
Snippets Groups Projects
Commit d3b36841 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Update Polytechnic page

parent 928f285f
No related branches found
No related tags found
No related merge requests found
// AsciiDoc file
Git developer access
--------------------
Run:
--------------------------------------------------------------
ssh-keygen -C sflphone_org@sflphone.org
cat ~/.ssh/id_rsa.pub
--------------------------------------------------------------
and transmit us the content of the `id_rsa.pub` file, for shared-key
authentication. Then, if you already have a cloned repository, run:
--------------------------------------------------------------
git-config remote.origin.url git+ssh://sflphone_org@sflphone.org/git/sflphone.git
--------------------------------------------------------------
Otherwise, grab a new copy:
--------------------------------------------------------------
git clone git+ssh://sflphone_org@sflphone.org/git/sflphone.git
cd sflphone
autoreconf --install
--------------------------------------------------------------
Then
----------------------------------------------
cd sflphone
----------------------------------------------
View sflsite:build[build notes] for more details.
......@@ -3,7 +3,7 @@
Partnership
-----------
A partnership between Savoir-Faire Linux and *the Polytechnic school* of Montreal will begin in January 2008.
A partnership between Savoir-Faire Linux and the *Polytechnic school* of Montreal will begin in January 2008.
Five students from Polytechnic school will be working part-time on the project for a period of four months.
......@@ -15,6 +15,6 @@ Goals
* The user opens a multimedia session with an other client (SIP protocol)
* Local video capture (video4linux2 driver) is compressed and shipped through RTP packets.
* In the same time, the incoming video stream (in RTP packets also) is decompressed and displayed.
* The visualization framework should be flexible ans should allow user parametrization. 3D API OpenGL should be used.
* The visualization framework should be flexible and should allow user parametrization. 3D API OpenGL should be used.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment