[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[certi-cvs] certi/doc install.dox
From: |
CERTI CVS commits |
Subject: |
[certi-cvs] certi/doc install.dox |
Date: |
Fri, 28 Feb 2014 13:55:32 +0000 |
CVSROOT: /sources/certi
Module name: certi
Changes by: Eric NOULARD <erk> 14/02/28 13:55:32
Added files:
doc : install.dox
Log message:
Resurrect install.dox file
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/doc/install.dox?cvsroot=certi&rev=3.4
Patches:
Index: install.dox
===================================================================
RCS file: install.dox
diff -N install.dox
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ install.dox 28 Feb 2014 13:55:31 -0000 3.4
@@ -0,0 +1,43 @@
+/**
+ * \page install Installing CERTI
+ *
+ * \addindex installation
+ *
+ * CERTI comes as a set of libraries and binary executables, which may
+ * be used to build an HLA compliant simulation.
+ *
+ * \section certi_install Install the CERTI software
+ *
+ * \subsection certi_install_layout CERTI installation layout
+ * CERTI components are installed in a user-chosen CERTI_HOME
+ * directory. Below this root directory the layout is as described below:
+ * \dot
+ * digraph certi_layout {
+ * size = "2.5,2.5";
+ * node [shape=record, fontname=Helvetica, fontsize=10];
+ * home [ label="CERTI_HOME"];
+ * bin [ label="bin"];
+ * lib [ label="lib"];
+ * share [ label="share"];
+ * doc [label="doc"];
+ * federations [label="federations"];
+ * home -> bin [ arrowhead="open", style="solid" ];
+ * home -> lib [ arrowhead="open", style="solid" ];
+ * home -> share [ arrowhead="open", style="solid" ];
+ * share -> doc [ arrowhead="open", style="solid" ];
+ * share -> federations [ arrowhead="open", style="solid" ];
+ * }
+ * \enddot
+ *
+ * TODO: How to set $PATH, LD_LIBRARY_PATH
+ * TODO: Where to store .fed files, what are the .fed files?
+ *
+ * \subsection certi_install_windows Windows installer
+ * TODO: How to use the Windows installer.
+ *
+ * \subsection certi_install_rpm RPM package
+ * TODO: How to install CERTI from a .RPM file.
+ *
+ */
+
+// $Id: install.dox,v 3.4 2014/02/28 13:55:31 erk Exp $
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [certi-cvs] certi/doc install.dox,
CERTI CVS commits <=