Difference between revisions of "Fam"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |-valign="top" !Download Source: | ftp://oss.sgi.com/projects/fam/download/stable/fam-2.7.0.tar.gz |} ---- {{Package-Introductio...)
 
m
Line 33: Line 33:
 
=== 32Bit ===
 
=== 32Bit ===
  
TO DO
+
To do ...
  
 
=== N32 ===
 
=== N32 ===
  
TO DO
+
To do ...
  
 
=== 64Bit ===
 
=== 64Bit ===
  
TO DO
+
To do ...
 +
 
 +
[[Category:General Libs]]

Revision as of 11:08, 25 January 2009

Download Source: ftp://oss.sgi.com/projects/fam/download/stable/fam-2.7.0.tar.gz

Introduction to Fam

GUI tools should not mislead the user; they should display the current state of the system, even when changes to the system originate from outside of the tools themselves. FAM helps make GUI tools more usable by notifying them when the files they're interested in are created, modified, executed, and removed.

Project Homepage: http://oss.sgi.com/projects/fam/

Dependencies

Non-Multilib

For compiling with gcc-4 series do:

sed -i -e 's/NULL/0/g' include/BTree.h
sed -i -e '84s/NULL/0/' src/Interest.h
sed -i -e 's/alloc.h/memory/' src/IMon.c++
sed -i -e 's/iostream.h/iostream/' lib/Client.c++

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc &&
make

Install the package

make install

Multilib

32Bit

To do ...

N32

To do ...

64Bit

To do ...