EKD, SVN VERSION (hide)
EKD, SVN version
If you want to be a part of the developpement of the next version of EKD, follow the guide book to install it on you computer.
Installation
The installation in the below description is valid only for Ubuntu/debian users.
For those who work under Mandriva, please change the apt-get install with urpmi.
Requirements
In a root terminal (sudo su + password).
At first, you have to install the softwares you need for developpement:
apt-get install mplayer mencoder subversion python-qt4 python-imaging python-numpy ffmpeg ffmpeg2theora imagemagick sox |
Creating working folders/files SVN
How to connect to svn reposity in anonymous way (in a simple user’s terminal)
At this time you can connect on the developpement reposity version (please pay attention to the fact that the SVN reposity is not guaranteed to work as it concerns a version of EKD constantly changing, but at the same time it is the last release of the software version):
svn checkout http://svn.codingteam.net/ekd/trunk ekd |
This developpement reposity version includes the last gadghet or fonctions of EKD. It is a developpement version constantly changing, mais we do our best to keep it as stable as possible.
After you’ve dont this, it’s not necessary to do this command again … except if the ekd folder is erased by accident.
Start the software and updating
Regular update of the reposity on your hard disk
a) The fisrt time you start the updater, open a text editor
gedit (or kate if you’re under KDE)
… and write it inside (or simply copy and paste):
#!/bin/sh
|
b) Save the file in your folder/home/user with the name:
ekd_svn.sh
(do not forget the sh extension)
c) To update and start the software, open simple user terminal and write this:
sh ekd_svn.sh |
You can also check setting SVN on the lprod site.