Changes between Version 1 and Version 2 of building


Ignore:
Timestamp:
03/26/08 13:43:50 (16 years ago)
Author:
jerome
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • building

    v1 v2  
     1= Building Instructions with a Makefile = 
    12 
     3== Step 1 == 
     4 
     5We assume that all the required component are already installed in your system.  
     6We also supposed that ''gcc/GNAT'' is in your binary PATH and that your ''LD_LIBRARIES_PATH''  
     7contains the installation directory of ''!GtkAda''. 
     8 
     9== Step 2 == 
     10 
     11Update the Makefile.vars file :   
     12  
     13 * Give Cheddar directory source code location (pointed by ''ROOT_CHEDDAR'' variable). 
     14 * Update the ''ADAC_INCLUDE'' and the ''ADAC_LIB'' variables according to ''Gtk'', ''!GtkAda'', ''!XmlAda'', ''!BigNumbers'' and ''Ocarina'' installation directories. 
     15 
     16'''Several Makefile.vars examples are provided in the Cheddar source code''' (''Makefile.vars.linux'' for Linux, ''Makefile.vars.solaris'' for Solaris, ''Makefile.vars.win32'' for Windows boxes ...) 
     17 
     18== Step 3 == 
     19 
     20If necessary, read and update the ''config/*.ads'' packages. These Ada packages contain all Cheddar's configurable constants. 
     21 
     22== Step 4 == 
     23 
     24Type ''gmake'' to compile Cheddar. 
     25 
     26== Step 5 == 
     27 
     28If the compilation succeed, you will find cheddar tools in ''binaries'' directory.  
     29 
     30== Step 6 == 
     31 
     32Installation rules : 
     33 
     34 * On Unix boxes : just copy executables in the installation directory (eg. ''/usr/local/bin'' ). It is supposed that you already installed ''Gtkada'' shared libraries. Do not forget to update your ''LD_LIBRARY_PATH'' shell variable to point to the shared library directory (see ''libs'' directory). 
     35 
     36 * On Win32 boxes : copy ''cheddar.exe'' and the ''Dll'' files of the win32dll directory in the '''Same''' installation directory (eg. ''C:\Cheddar''). 
     37 
     38== Step 7 == 
     39 
     40Have fun. 
    241 
    342= GPS Building Instructions = 
     
    2463 
    2564For windows, copy ".exe" files and DLL files stored in the win32dll directory in the '''same''' installation directory (e.g. ''c:\Cheddar''). 
    26  
    27  
    2865 
    2966 
     
    73110 
    74111Installation rules : copy ".exe" files and DLL files stored in the win32dll directory in the '''same''' installation directory (e.g. ''c:\Cheddar''). 
     112 
     113 
     114Feel free to contact us if you have any compilation problems. 
     115F. Singhoff (singhoff@univ-brest.fr)