File: README

package info (click to toggle)
paje.app 1.98-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,428 kB
  • sloc: objc: 24,517; ansic: 6,998; makefile: 134; sh: 42; java: 31
file content (31 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
This is Paje, a program to visualize the execution of parallel programs.

Paje is released under the GNU Lesser General Public License

How to install:

On Linux (and other platforms where GNUstep works):

- First, install GNUstep (www.gnustep.org)
  There is a good installation manual on www.made-it.com

- Be sure to source the GNUstep environment setting script
  (source /path-to-gnustep/System/Library/Makefiles/GNUstep.[c]sh

- Then cd to Paje's directory and type
  make
  make install

- It should now be possible to execute Paje with:
  openapp Paje.app


On MacOS-X (you must have development tools installed)

Like on Linux, except the first step, where instead of installing 
the whole GNUstep package, only GNUstep's "make" package is needed.


There are some example trace files in the Traces directory.

Any problems, questions, etc, mailto:benhur@inf.ufsm.br