antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright README doc/INSTALL [antiright-3]


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright README doc/INSTALL [antiright-3]
Date: Thu, 22 Mar 2007 06:16:55 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Branch:         antiright-3
Changes by:     Jeffrey Bedard <jefbed> 07/03/22 06:16:55

Modified files:
        .              : README 
        doc            : INSTALL 

Log message:
        Reorganized and improved accuracy.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/README?cvsroot=antiright&only_with_tag=antiright-3&r1=1.10.2.1&r2=1.10.2.2
http://cvs.savannah.gnu.org/viewcvs/antiright/doc/INSTALL?cvsroot=antiright&only_with_tag=antiright-3&r1=1.2&r2=1.2.2.1

Patches:
Index: README
===================================================================
RCS file: /sources/antiright/antiright/README,v
retrieving revision 1.10.2.1
retrieving revision 1.10.2.2
diff -u -b -r1.10.2.1 -r1.10.2.2
--- README      10 Mar 2007 00:19:12 -0000      1.10.2.1
+++ README      22 Mar 2007 06:16:55 -0000      1.10.2.2
@@ -1,31 +1,35 @@
-AntiRight Desktop Environment
+AntiRight Desktop Environment - README
 by Jeffrey E. Bedard
 
-README
+INTRODUCTION
 
-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.
+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 gtk2 installation, pkg-config, vte, and a
-development system for C. 
+REQUIREMENTS
 
-TO INSTALL:
-(PREFIX can be specified before configure to change installation location.)
+To build you must have a functioning gtk2 installation, 
+pkg-config, vte, and a development system for C. 
 
-./configure
-make
-su
-make install
-exit
+
+INSTALL
+
+See doc/INSTALL for detailed installation instructions.  
 
 
 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)
 
+AR &                   # full desktop session
+ACE &                   # main panel
+ACE -A Deskbar &        # desktop panel
+ACE -A IDE &            # sample IDE
+ACE -A Manual_Browser   # manual browser
+ACE -A Settings         # configuration manager for ~/.antiright
+ACE Text_Editor         # text editor, configured in ~/.antiright
+ACE Browser             # configured browser
+gshterm                 # antiright's terminal program
+gtkshell               # antiright's GUI creation utility
 

Index: doc/INSTALL
===================================================================
RCS file: /sources/antiright/antiright/doc/INSTALL,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -b -r1.2 -r1.2.2.1
--- doc/INSTALL 26 Sep 2005 21:52:04 -0000      1.2
+++ doc/INSTALL 22 Mar 2007 06:16:55 -0000      1.2.2.1
@@ -1,16 +1,15 @@
-To build you must have a functioning motif installation and a
-development system for C. You must have the motif header files
-installed. Before making and installing, edit the Makefile to reflect
-your system setup and your installation preferences.
+REQUIREMENTS
+
+In order to build, you will need a C compiler, 
+pkg-config, vte, gtk2, glib, and gmake or bsd make.
 
 TO INSTALL:
 
+Set PREFIX environment value to desired install location.
+
+./configure
 make
 su
 make install
 exit
 
-TO RUN:
-
-ACE &
-




reply via email to

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