[Pkg-ace-devel] r394 - /trunk/debian/README.Debian

tgg-guest at users.alioth.debian.org tgg-guest at users.alioth.debian.org
Wed Jul 19 11:24:44 UTC 2006


Author: tgg-guest
Date: Wed Jul 19 11:24:43 2006
New Revision: 394

URL: http://svn.debian.org/wsvn/pkg-ace/?sc=1&rev=394
Log:
Resurrect README.Debian.  Explain how to compile examples.

Added:
    trunk/debian/README.Debian

Added: trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-ace/trunk/debian/README.Debian?rev=394&op=file
==============================================================================
--- trunk/debian/README.Debian (added)
+++ trunk/debian/README.Debian Wed Jul 19 11:24:43 2006
@@ -1,0 +1,35 @@
+ACE for Debian
+--------------
+
+
+== Environment variables ==
+
+If the software you are compiling requires $ACE_ROOT to be set (for
+example, the tutorials), you may set it to /usr/share/ace. For bash,
+the command to do this is
+ 
+ export ACE_ROOT=/usr/share/ace
+
+
+Likewise, for TAO:
+
+ export TAO_ROOT=${ACE_ROOT}/TAO
+
+
+== Compiling examples ==
+
+To compile ACE or TAO examples (in libace-doc and libtao-orbsvcs-doc), you'll
+need:
+ 1. to define ACE_ROOT and TAO_ROOT as explained above.
+ 2. to install mpc-ace package if needed.
+ 3. to copy and uncompress the example you want to test, e.g.:
+
+   cp /usr/share/doc/libtao-orbsvcs-doc/examples/CosEC $HOME/ex1
+   find $HOME/ex1 -type f -name '*.gz' | xargs gunzip
+
+ 4. to regenerate the GNUmakefiles for this new location:
+
+   cd $HOME/ex1
+   mwc-ace -recurse -value_project install=. -value_project libout=.
+
+ 5. now you can compile your example.




More information about the Pkg-ace-devel mailing list