From: Agnès Lièvre Date: Thu, 9 Feb 2006 20:19:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: imach-099s7~517 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=7c311fb5128272d32d55465e066c52b09e4c58e7;p=.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index b6d645a..7574061 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2006-02-09 LIEVRE Agnes + * strsep.c (Module): Inclusion because not in mingw32!!! + * setup.iss.in (Module): IMACHSETUPVERSION added * noreg-setup.iss (Module): added to cvs tree diff --git a/src/README.txt b/src/README.txt index fdc18b6..e1acc9f 100755 --- a/src/README.txt +++ b/src/README.txt @@ -38,26 +38,27 @@ return. But with the newly installable version (>0.97) you can use the right click (once your mouse cursor is on an foo.imach file) to either edit the parameter file (with wordpad) or execute this parameter file via imach. -If the program runs well you get a main foo.htm file which can be viewed +If the program runs well, you get a main file (foo.htm) which can be viewed with your browser and which includes all the results. -As the program output a file named foo.gp which is executed by gnuplot -in order to draw all the graphs, you can edit it and customize it at -your will. +The program outputs a file named foo.gp which is executed by gnuplot +in order to draw all the graphs. You can edit this file, customize it +at your will and run it to get additional figures or modified figures +tu be published. Jusrt click on gnuplot.exe and type "load foo.gp" for example. -By default the file gnuplot.exe is located on the same directory as -imach and is used by imach with its absolute path. Thus if you have -another gnuplot program which is in your path it will not be used by +By default the file 'gnuplot.exe' is located on the same directory as +imach and is used by imach with its absolute path. Thus, if you have +another gnuplot program which is already in your path it will not be used by imach (we tried to simplify the installation process). -If you download a newer version of IMaCh you are supposed to Uninstall the +If you download a newer version of IMaCh, you are supposed to Uninstall the former version with the standard Install/Uninstall process of Windows. The Windows version is compiled via cygwin (gcc -mno-cygwin -o imach imach.c). It can be used on a command line with the command "imach foo.imach". But then imach.exe must be in your path. -The program can be used (with more comfort?) on Linux or on a -MacIntosh. + +The program can be used on Linux or on a MacIntosh. Enjoy (?) using IMaCh.