| 148 | = Other Operating Systems = |
| 149 | |
| 150 | == Step 1 == |
| 151 | |
| 152 | Same as command line building instructions. |
| 153 | |
| 154 | == Step 2 == |
| 155 | |
| 156 | Update 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 | |
| 165 | If necessary, read and update the config/*.ads packages. These Ada packages contain all Cheddar's configurable constants. |
| 166 | |
| 167 | == Step 4 == |
| 168 | |
| 169 | Type `gmake' to compile Cheddar. |
| 170 | |
| 171 | ---- |