source: trunk/README @ 26

Revision 26, 1.6 KB checked in by tabel, 2 years ago (diff)

Also keep a tarred version for download in repository.

Line 
1Welcome to Jaques 2.0
2
3Even after 12 years Jaques remains a quick hack, as I've been learning
4how to use the IDL widgets and basically most features of IDL. So
5sorry for the mess. However, it is useful. I hope that the use of
6Jaques is worth an acknowledgment in the scientific papers and talks
7you use it for.
8
9
101) What is Jaques ?
11
12It's a whole bunch of IDL routines to visualize multiple mesh data.
13Jaques is enzo's best friend.
14
152) How to install it?
16
17From the SVN repository:
18svn checkout http://svn.enzotools.org/jacques/
19in the trunk directory you find all the relevant start up scripts etc.
20cd trunk
21
22doit is a simple shell script to set one environment variable and start
23up jaques. clean and install are also trivial shell scripts.
24
25You can set some favorite startup values of variables in your
26home directory using a ~/.jacquesrc
27file. An example is included in this directory.
28cp jacquesrc ~/.jacquesrc
29
303) How to run it?
31simply type:
32
33./doit
34
35if you do not have an idl license available and do not
36need access to the command line for what you're doing
37you can also run
38./start-vm.sh
39which will run the program with the IDL virtual machine.
40
414) Problems ?
42
43There are many many possible situations the tool will crash.
44
45FIX: type
46retall
47or
48@tools.com
49and you should be able to try again
50
51Please make sure that the hdf4 command vshow and the hdf5 h5ls and h5dmp
52commands are in your path. These are used to speed up the reading of data. 
53
545) Check out the WHATSNEW and BUGS files of the distribution.
55
56In particular the WHATSNEW file gives hints of what jaques can do for you.
57
58
59
Note: See TracBrowser for help on using the repository browser.