Changes between Version 1 and Version 2 of Cross/BuildGuide

Show
Ignore:
Timestamp:
06/15/09 11:19:14 (15 years ago)
Author:
trnewman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cross/BuildGuide

    v1 v2  
    3434This will perform all configuration checks and select for build, test, and installation the libcross library needed to access the framework. 
    3535 
     36=== External Dependencies === 
    3637 
     38The '''CROSS core components reference implementation''' requires several external dependencies that must be built and installed prior to the building of the CROSS system.  Before trying to build these from source, please try your system's installation tool (apt-get, pkg_install, YaST, yum, urpmi, etc.) first.  Most recent systems have these packages available. 
    3739 
     40 * GNU make 
     41 * Autotools 
     42   * autoconf 2.57    or later 
     43   * automake 1.7.4   or later 
     44   * libtool  1.5     or later 
     45 * sqlite3 3.4.2-2 or later (for SML and Case-based Reasoner) 
    3846 
     47''Note that CROSS is simply a protocol for exchanging information between components and these dependencies may not be required for custom built components.  For example, the SML and Cognitive Engine component may be modified to use a custom database component or no database component at all. 
     48''