Difference between revisions of "Seom"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) |
|||
Line 18: | Line 18: | ||
svn co svn://dbservice.com/big/svn/seom/trunk seom | svn co svn://dbservice.com/big/svn/seom/trunk seom | ||
+ | |||
+ | It couldn't hurt to make a tarball so you have an unmodified source around for future reference: | ||
+ | |||
+ | tar cvjf seom{-$(date +%Y%m%d).tar.bz2,} | ||
== Non-Multilib == | == Non-Multilib == |
Revision as of 14:18, 25 January 2007
Download Source: | Only via svn |
---|
Contents
Introduction to Seom
Seom is used by Beryl to capture video of your desktop.
Dependencies
Download Seom
You can check Seom out via svn. The command to check it out is:
svn co svn://dbservice.com/big/svn/seom/trunk seom
It couldn't hurt to make a tarball so you have an unmodified source around for future reference:
tar cvjf seom{-$(date +%Y%m%d).tar.bz2,}
Non-Multilib
Compile the package:
make
Install the package
make install libtool --finish /usr/lib
Multilib
32Bit
Compile the package:
To do ...
Install the package
make install
N32
Compile the package:
To do ...
Install the package
make install
64Bit
Compile the package:
To do ...
Install the package
make install
Contents
Installed Programs: | seom-filter, seom-player, seom-server, seom-backup. |
---|---|
Installed Libraries: | libseom.{a,la,so} |
Installed Directory: | /usr/include/seom |