Changes between Version 27 and Version 28 of WikiStart


Ignore:
Timestamp:
Dec 5, 2011, 3:23:16 PM (12 years ago)
Author:
gostiaux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v27 v28  
    1111== Installation ==
    1212
     13=== Linux/MacOS automated installation ===
     14
     15The procedure under linux and MacOs requires the svn and wget commands from a shell.
     16See LinuxInstallation.
     17
     18=== LEGI Cluster Installation ===
     19
     20If you wish to install UVMAT on your home of the LEGI cluster, please see LegiClusterInstallation.
     21
     22=== Windows installation ===
     23
    1324Before downloading the latest version of UVMAT, extract one of the following archives depending on your architecture
    1425 * [http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_win32.tgz windows 32 bits]
    15  * [http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_empty_mac32.tgz mac 32 bits]
    16  * [http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_linux32.tgz linux 32 bits]
    17  * [http://coriolis.legi.grenoble-inp.fr/IMG/tgz/uvmat_include_linux64.tgz linux 64 bits]
    1826
    19 Then perform a checkout in this directory.
     27Then perform a checkout in this directory using Tortoise SVN.
    2028
    2129{{{svn checkout http://servforge.legi.grenoble-inp.fr/svn/soft-uvmat/trunk/src/ .}}}
    2230
    23 For more  specific intstallations see :
    24  * LegiClusterInstallation
    25  * LinuxInstallation
     31=== CIV developper installation (advanced users) ===
     32
     33If you also wish to have the last version of CIV and compile it on your machine, please see UvmatCIVInstallation
     34
     35Requirements : gfortran
    2636
    2737== Help and documentation ==
     
    3141[http://coriolis.legi.grenoble-inp.fr/spip.php?article72]
    3242
    33 == Contents ==
    34 
    35 The following file structure should be obtained after a correct installation :
    36 
    37 
    38  * '''bin'''
    39  * calc_field.m
    40  * cell2tab.m
    41  * check_field_structure.m
    42  * check_functions.m
    43  * civ_3D.fig
    44  * civ_3D.m
    45  * civ.fig
    46  * civ.m
    47  * close_fig.m
    48  * copyfields.m
    49  * create_grid.fig
    50  * create_grid.m
    51  * dataview.fig
    52  * dataview.m
    53  * delete_object.m
    54  * editxml.fig
    55  * editxml.m
    56  * find_field_indices.m
    57  * geometry_calib.fig
    58  * geometry_calib.m
    59  * '''get_field'''
    60  * get_field.fig
    61  * get_field.m
    62  * get_plot_handles.m
    63  * griddata_uvmat.m
    64  * hist_update.m
    65  * imadoc2struct.m
    66  * interp2_uvmat.m
    67  * keyboard_callback.m
    68  * !ListDir.m
    69  * mouse_down.m
    70  * mouse_motion.m
    71  * mouse_up.m
    72  * msgbox_uvmat.fig
    73  * msgbox_uvmat.m
    74  * name2display.m
    75  * name_generator.m
    76  * nc2struct.m
    77  * nc2struct_toolbox.m
    78  * nomtype2pair.m
    79  * num2stra.m
    80  * PARAM.xml
    81  * peaklock.m
    82  * plot_field.m
    83  * plot_object.m
    84  * proj_field.m
    85  * proj_grid.m
    86  * px_XYZ.m
    87  * read_civxdata.m
    88  * read_geometry_calib.m
    89  * read_get_field.m
    90  * read_imatext.m
    91  * README_INSTALL.txt
    92  * read_plot_param.m
    93  * read_set_object.m
    94  * read_xls.m
    95  * reinit.m
    96  * rotate_points.fig
    97  * rotate_points.m
    98  * RUN_FIX.m
    99  * RUN_STLIN.m
    100  * '''series'''
    101  * series.fig
    102  * series.m
    103  * set_col_vec.m
    104  * set_grid.fig
    105  * set_grid.m
    106  * set_object.fig
    107  * set_object.m
    108  * stra2num.m
    109  * struct2nc.m
    110  * struct2nc_toolbox.m
    111  * struct2xml.m
    112  * sub_field.m
    113  * test_netcdf.m
    114  * '''toolbox_calib'''
    115  * '''transform_field'''
    116  * translate_points.fig
    117  * translate_points.m
    118  * update_imadoc.m
    119  * update_menu.m
    120  * update_obj.m
    121  * update_waitbar.m
    122  * uvmat_doc
    123  * uvmat.fig
    124  * uvmat.m
    125  * view_field.fig
    126  * view_field.m
    127  * write_plot_param.m
    128  * '''XML_SCHEMAS'''
    129  * '''@xmltree'''
    130 
    131 
    132 
    133 Louis Gostiaux