Navigation

home
archives
blogs
polls

User login

For Developers

Navigation

Who's online

There are currently 0 users and 43 guests online.

Update flash for linux using cvs Howto

by mascix

F4L is available via anonymous cvs. Type the following to check out the latest development version from CVS:

FOR VERSION 0.2:

cvs -z9 -d:pserver:anonymous@f4l.cvs.sf.net:/cvsroot/f4l co f4l-0.2
cd f4l-0.2
make

or try to use qmake or kdevelop.

FOR VERSION 0.1:

cvs -z3 -d:pserver:anonymous@f4l.cvs.sf.net:/cvsroot/f4l co f4l
cd f4l
first try autotools:

   ./configure
make
cd f4lm
./f4lm

if it does not work they dont work sometime :)

   qmake -project
qmake -o Makefile f4l.pro
make
./f4l

do not install this version use for testing.

here is debian how to:
http://www.unfreeze.net/gpl/f4l/debian.php