aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-06-04 12:35:54 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-06-04 12:35:54 +0000
commite7ffd40909f60b2230879e2767ad0a057198eb9f (patch)
tree4572199ebe2170e6abc97b77d4e1c4e496009079 /README
parentc4687307a4e3f4d08d5da97c0537fe0ce95960d1 (diff)
downloadgsc-e7ffd40909f60b2230879e2767ad0a057198eb9f.tar.gz
gsc-e7ffd40909f60b2230879e2767ad0a057198eb9f.tar.bz2
Implement long options, running instance control and component dependency checking
git-svn-id: file:///svnroot/gsc/trunk@254 d2de0444-eb31-0410-8365-af798a554d48
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 6105362..abcd633 100644
--- a/README
+++ b/README
@@ -1,12 +1,12 @@
GSC README
-Copyright (C) 2005 Sergey Poznyakoff
+Copyright (C) 2005, 2007 Sergey Poznyakoff
See the end of file for copying conditions.
* Introduction
GSC stands for Gray's Script Collection. It is a collection of
shell scripts I use on my machines. Basically, it's for my own use,
-but you may find it useful too. All scripts are under GPL.
+but you may find it useful too. All scripts and programs are under GPL.
* Installation
@@ -16,6 +16,9 @@ but you may find it useful too. All scripts are under GPL.
make
make install
+Some C code relies on GNU libc functions, such as obstack, getline or
+getopt_long. If you lack these, you'll have to provide replacements.
+
* Documentation
Full documentation is shipped in doc subdirectory

Return to:

Send suggestions and report system problems to the System administrator.