Changes between Version 17 and Version 18 of building


Ignore:
Timestamp:
06/30/08 12:30:02 (16 years ago)
Author:
jlegrand
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • building

    v17 v18  
    3131 
    3232We assume that all the required component are already installed in your system.  
    33 We also supposed that ''gcc/GNAT'' is in your binary PATH and ''LD_LIBRARY_PATH''  
     33We also supposed that ''gcc/GNAT'' is in your binary ''PATH'' and ''LD_LIBRARY_PATH''  
    3434environment variable contains ''!GtkAda'' and ''Gtk'' libraries directory 
    3535(i.e. ''libs/linux'' directory). 
     
    146146 
    147147---- 
     148= Other Operating Systems = 
     149 
     150== Step 1 == 
     151 
     152Same as command line building instructions. 
     153 
     154== Step 2 == 
     155 
     156Update the Makefile.vars file :   
     157 
     158 * You have to give the Cheddar directory source code location (pointed by the ''ROOT_CHEDDAR'' variable). 
     159 * Update ''ADAC_INCLUDE'' and ''ADAC_LIB'' variables according to Gtk, !GtkAda, !XmlAda, !BigNumbers and !Ocarina installation directories 
     160 
     161'''Several Makefile.vars examples are provided in Cheddar source code''' (Makefile.vars.linux for Linux, Makefile.vars.solaris for Solaris, Makefile.vars.win32 for Windows boxes ...). 
     162 
     163== Step 3 == 
     164 
     165If necessary, read and update the config/*.ads packages. These Ada packages contain all Cheddar's configurable constants. 
     166 
     167== Step 4 == 
     168 
     169Type `gmake' to compile Cheddar. 
     170 
     171---- 
    148172= Installation Instructions = 
    149173