[go: up one dir, main page]

Menu

Tree [ba8fa9] 0.1.0 /
 History

HTTPS access


File Date Author Commit
 doc 2013-11-21 Christian Ferrari Christian Ferrari [105737] Commit before flom_conns_t re-engineering...
 man 2013-12-22 Christian Ferrari Christian Ferrari [ba8fa9] Commit of release 0.1.0
 src 2013-12-22 Christian Ferrari Christian Ferrari [ba8fa9] Commit of release 0.1.0
 AUTHORS 2013-12-19 Christian Ferrari Christian Ferrari [10a33d] Code clean-up
 COPYING 2013-09-25 Christian Ferrari Christian Ferrari [72edf4] work in progress...
 ChangeLog 2013-12-22 Christian Ferrari Christian Ferrari [ba8fa9] Commit of release 0.1.0
 INSTALL 2013-09-25 Christian Ferrari Christian Ferrari [72edf4] work in progress...
 Makefile.am 2013-12-21 Christian Ferrari Christian Ferrari [a2b30d] Added man page
 Makefile.in 2013-12-22 Christian Ferrari Christian Ferrari [ba8fa9] Commit of release 0.1.0
 NEWS 2013-09-25 Christian Ferrari Christian Ferrari [72edf4] work in progress...
 README 2013-12-22 Christian Ferrari Christian Ferrari [ba8fa9] Commit of release 0.1.0
 aclocal.m4 2013-09-25 Christian Ferrari Christian Ferrari [9cda25] this works as hello world
 config.h.in 2013-11-27 Christian Ferrari Christian Ferrari [5176f8] Valgrind tells me there is a potential memory l...
 configure 2013-12-22 Christian Ferrari Christian Ferrari [ba8fa9] Commit of release 0.1.0
 configure.ac 2013-12-22 Christian Ferrari Christian Ferrari [ba8fa9] Commit of release 0.1.0
 depcomp 2013-09-25 Christian Ferrari Christian Ferrari [72edf4] work in progress...
 doxygen.conf.in 2013-11-24 Christian Ferrari Christian Ferrari [564907] Commit before flom_conns_t update functions ali...
 draft.txt 2013-11-24 Christian Ferrari Christian Ferrari [244652] Bug fixing commit...
 install-sh 2013-09-25 Christian Ferrari Christian Ferrari [72edf4] work in progress...
 missing 2013-09-25 Christian Ferrari Christian Ferrari [72edf4] work in progress...
 valgrind.cmd 2013-12-18 Christian Ferrari Christian Ferrari [2a0e93] Fixed another couple of memory leaks introduced...

Read Me

	FLOM, Free LOck Manager, a free and open source lock manager

FLOM (Free LOck Manager) is an open source and free lock manager designed to
serialize shell command execution.

 * FLOM is free software: you can redistribute it and/or modify under the terms
 * of GNU General Public License version 2 as published by the Free Software
 * Foundation.
 *
 * FLOM is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

Install FLOM using standard GNU build chain: 
tar xvzf flom-X.Y.Z.tar.gz
cd flom-X.Y.Z
./configure
make
sudo make install
refer to INSTALL file for more details.

Use 
man flom 
to read man page and pick up Internet relevant URLs for FLOM project.

Enjoy it!
Ch.F.