Update of /cvsroot/ccomx/ccom/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15326/docs
Modified Files:
ccom._tx changes._tx readme._tx
Log Message:
fixed bug 1297991
Index: ccom._tx
===================================================================
RCS file: /cvsroot/ccomx/ccom/docs/ccom._tx,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ccom._tx 8 Nov 2004 21:16:37 -0000 1.7
--- ccom._tx 21 Sep 2005 18:12:08 -0000 1.8
***************
*** 6,10 ****
@#
@multiwordheaders
! @manh="version 0.9.2" "CCOM" "Manual"
@document_title=CCOM Manual
@rtfh=CCOM - an add on lib to CGUI for accessing the serial ports
--- 6,10 ----
@#
@multiwordheaders
! @manh="version 0.9.3" "CCOM" "Manual"
@document_title=CCOM Manual
@rtfh=CCOM - an add on lib to CGUI for accessing the serial ports
***************
*** 32,36 ****
<center>Homepage: <a href="http://www.idt.mdh.se/~csg/cgui/cguix">http://www.idt.mdh.se/~csg/cgui/cguix</a></center>
<center><b>
! The Manual of CCOM 0.9.2
</b></center>
@!text
--- 32,36 ----
<center>Homepage: <a href="http://www.idt.mdh.se/~csg/cgui/cguix">http://www.idt.mdh.se/~csg/cgui/cguix</a></center>
<center><b>
! The Manual of CCOM 0.9.3
</b></center>
@!text
Index: readme._tx
===================================================================
RCS file: /cvsroot/ccomx/ccom/docs/readme._tx,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** readme._tx 18 Sep 2005 18:33:53 -0000 1.7
--- readme._tx 21 Sep 2005 18:12:09 -0000 1.8
***************
*** 72,76 ****
Installation goes in some simple steps, and should be familiar since it is
! similar to the installation procedure as of Allegro and CGUI:
<ul>
<li>
--- 72,76 ----
Installation goes in some simple steps, and should be familiar since it is
! similar to the installation procedure as of CGUI:
<ul>
<li>
***************
*** 87,91 ****
fix.bat mingw32 - to compile with Windows/MinGW32
fix.bat msvc - to compile with Windows/MSVC
! ./fix.sh unix - to compile with Linux/gcc
</pre>
<li>
--- 87,91 ----
fix.bat mingw32 - to compile with Windows/MinGW32
fix.bat msvc - to compile with Windows/MSVC
! ./fix.sh unix - to compile with Linux/gcc
</pre>
<li>
***************
*** 101,105 ****
export ALLEGRO=/home/user/allegro-4.0.3
</pre>
! or whatever is the name of your allegro directory.
<li>
Specify the path to your CGUI installation by setting the environment
--- 101,110 ----
export ALLEGRO=/home/user/allegro-4.0.3
</pre>
! or whatever is the name of your allegro directory.<br>
! When CCOM is built some programs in the `tools' directory of Allegro will be
! needed, so you have to install an Allegro version built from sources (or
! alternatively obtain the required tools some other way, put them in a
! directory named `tools' and let the variable ALLEGRO point out the directory
! immediately above `tools').
<li>
Specify the path to your CGUI installation by setting the environment
***************
*** 129,138 ****
Compile the library. This is done by running "make" at the command line.
<li>
! Install the files to common directories. This is done by running
"make install" at the command line.<br>
! Under Linux, you may want to instead run "make install SYSTEM_DIR=<dir>",
! which will cause headers to be installed to <dir>/include and libraries to
! <dir>/lib. (default for <dir> is /usr/local), or else you need to
! run make install as root.
</ul>
That's it! Now you are ready to run the example program in the example directory.
--- 134,153 ----
Compile the library. This is done by running "make" at the command line.
<li>
! Install the CCOM files to common directories. This is done by running
"make install" at the command line.<br>
! Linux/Unix specifics:<br>
! You need to be root to succeed with the installation command i.e. type the
! command<br>
! <pre>
! su -c "make install"
! </pre>
! and enter the root password when prompted for.<br>
! Alternatively, if you cannot be root you may install CCOM to some other
! location by running "make install SYSTEM_DIR=<dir>", which will cause
! headers to be installed to <dir>/include and libraries to
! <dir>/lib. Default for <dir> is /usr/local.<br>
! To be able to link your program to the CCOM files installed at some other
! location than the default you need to specifiy the paths to your compiler
! and linker.
</ul>
That's it! Now you are ready to run the example program in the example directory.
***************
*** 156,160 ****
the static versions of Allegro and CGUI.
<li>
! Users of the MSys environment needs to set teh environment vaariable
UNIX_TOOLS to 1 before make install is run.
<li>
--- 171,175 ----
the static versions of Allegro and CGUI.
<li>
! Users of the MSys environment needs to set the environment vaariable
UNIX_TOOLS to 1 before make install is run.
<li>
***************
*** 163,170 ****
and add "ccom" after the existing "libc" entry (separated by a space).
<li>
! To use the
! To use the debugging library, link with libccomd.a instead of libccom.a.
</ul>
@heading
--- 178,189 ----
and add "ccom" after the existing "libc" entry (separated by a space).
<li>
! To link your application with the debugging lib, link with -lccomd
! instead of -lccom.
</ul>
+ @heading
+ MSys
+ Users of the MSys environment needs to set the environment variable
+ UNIX_TOOLS to 1 before make install is run.
@heading
Index: changes._tx
===================================================================
RCS file: /cvsroot/ccomx/ccom/docs/changes._tx,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** changes._tx 8 Feb 2004 20:47:21 -0000 1.4
--- changes._tx 21 Sep 2005 18:12:09 -0000 1.5
***************
*** 38,42 ****
@heading
Changes
!
0.9.2:
<ul>
--- 38,46 ----
@heading
Changes
! 0.9.3:
! <ul>
! <li>
! Fixed bug 1297991 "Confusing build instructions"
! </ul>
0.9.2:
<ul>
|