You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-4
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,18 @@ Everything in SciPDL lives within the folder:
18
18
19
19
Open the .dmg file and drag the ‘PDL’ folder to your Applications folder.
20
20
21
+
<imgwidth="510"alt="Drag and Drop"src="https://github.com/PDLPorters/SciPDL/assets/15331994/ae59b053-685c-4935-8d8d-0f46c2af546f">
22
+
23
+
That's it! (And the entire point of SciPDL.)
24
+
21
25
*IMPORTANT*: an X11 server is also needed if you want PGPLOT graphics. One can use XQuartz or MacPorts X11.
22
26
Since the X11 stuff in PDL is statically linked it should work with any X11 server. If you don’t know what X11 is you probably shouldn’t be using PDL :-;
23
27
24
28
25
29
## Running SciPDL
26
30
27
31
28
-
**From the UNIX (Terminal) command line:
29
-
**
32
+
*From the UNIX (Terminal) command line:*
30
33
If you are a bash or zsh user:
31
34
32
35
`source /Applications/PDL/setup_bash # This can go in your .bashrc startup file
@@ -68,7 +71,7 @@ You are also likely to get the error:
68
71
69
72
If you do then click ‘Edit’ button in the dialog to open it in Script Editor and then just hit ‘Save’ in the menu. Then when you re-launch the app you should get a dialog to allow the app to do it’s thing.
70
73
71
-
(Note these are implemented via Applescripts)
74
+
(Note these are implemented via Applescripts, if you can't get them to work it is no big deal. Just run `pdl` from the command line.)
72
75
73
76
74
77
# Folder locations
@@ -78,7 +81,7 @@ Everything is installed in `/Applications/PDL`
78
81
79
82
After running the setup script one should be able to use `cpan -i` to install perl modules in the normal way (they get installed under `/Applications/PDL` with the perl).
80
83
81
-
The graphics library libpgplot is installed in `/Applications/PDL/pgplot`, libraries are in `/Applications/PDL/lib` and executables are in `/Applications/PDL/bin`. Usage from PDL should be transparent.
84
+
The `pgplot`graphics library libpgplot is installed in `/Applications/PDL/pgplot`, libraries are in `/Applications/PDL/lib` and executables are in `/Applications/PDL/bin`. Usage from PDL should be transparent. You can also build and link your own C and Fortran programs against these `pgplot` libraries if you wish and it ought to work.
0 commit comments