antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright Makefile README


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright Makefile README
Date: Sat, 10 Mar 2007 01:45:50 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/03/10 01:45:49

Modified files:
        .              : Makefile README 

Log message:
        Merged README from antiright-3.  Added COPYING information.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/Makefile?cvsroot=antiright&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/antiright/README?cvsroot=antiright&r1=1.10&r2=1.11

Patches:
Index: Makefile
===================================================================
RCS file: /sources/antiright/antiright/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- Makefile    9 Mar 2007 22:50:59 -0000       1.13
+++ Makefile    10 Mar 2007 01:45:49 -0000      1.14
@@ -61,7 +61,6 @@
        ${INSTALL_DIR} $(bindir) 
        ${INSTALL_DIR} $(man1dir) 
        ${INSTALL_DIR} $(docdir)/antiright
-       #${INSTALL_DIR} $(datadir)/antiright 
        $(INSTALL_DATA) doc/gtkshell.1 $(man1dir)
        $(INSTALL_DATA) doc/gshterm.1 $(man1dir)
        $(INSTALL_DATA) COPYING $(docdir)/antiright

Index: README
===================================================================
RCS file: /sources/antiright/antiright/README,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- README      19 Mar 2006 03:46:50 -0000      1.10
+++ README      10 Mar 2007 01:45:49 -0000      1.11
@@ -3,33 +3,32 @@
 
 README
 
-AntiRight is a lightwieght, scriptable desktop enivironment for the motif 
environment.  It provides a small and practical desktop environment.  It 
extendes the environment provided by the motif window manager and toolkit to 
that expected in modern desktops.
+AntiRight is a lightwieght, scriptable GUI shell, terminal, and desktop 
enivironment for the gtk2 environment.  It provides a small and practical 
desktop environment, defined in the ACE (AntiRight Configuration Environment) 
script.
 
 QUICK INSTALL
 
-To build you must have a functioning motif installation and a
-development system for C. You must have the motif header files
-installed.  Currently, GNU Make is required for building.  
+To build you must have a functioning gtk2 installation, pkg-config, vte, and a
+development system for C. 
 
 TO INSTALL:
+(PREFIX can be specified before configure to change installation location.)
 
 ./configure
-gmake
+make
 su
 make install
 exit
 
-TO RUN:
-COMMAND TO START A SESSION: AR
-COMMAND TO START THE PANEL: ACE
-
-VERSIONING ROADMAP
-
-The previous versioning roadmap has been removed.  This section describes 
-the current versioning roadmap.            
-
-    Numbering:   <major>.<minor>
-    <minor> is to be increased at least once for every release.  If the 
release is a major feature enhancement, <minor> is increased by three.
-    <major> is increased when <minor> reaches 100 and <minor> is reset.  If 
the release contains fundamental major changes, the major number is increased 
by one.  
-
 
+TO RUN:
+Start a desktop session: AR
+Start the main panel: ACE
+Start the deskbar panel: ACE -A Deskbar
+Start the terminal emulator: gshterm
+Start gtkshell GUI shell: gtkshell [options]
+       (see gtkshell.1 manual page)
+
+COPYING
+See COPYING for licensing terms.  This program is licensed under the
+GNU General Public License.  It provides no warranty nor formal claim
+of fitness for any particular purpose.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]