File: README

package info (click to toggle)
ginspector 20050529-3.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,832 kB
  • sloc: ansic: 13,398; sh: 8,672; makefile: 558
file content (64 lines) | stat: -rw-r--r-- 924 bytes parent folder | download | duplicates (2)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
G-Inspector
============
G-Inspector is a GLib(GTK+) object/class inspector.



* Requirements

  glib-2.2.0 or higher
  gtk+-2.2.0 or higher

  glrr-YYYYMMDD or higher (*)
  glrr-widgets-YYYYMMDD or higher (*)


  (*) https://sourceforge.net/project/showfiles.php?group_id=134780


* Building

  % cd /path/to/builddir 
  % bzcat ginspector-YYYYMMDD.tar.bz2 | tar -xf -
  % cd ginspector-YYYYMMDD

  % ./configure
  % make



* Installing (Optional)

  % su
  # make install

  (G-Inspector works fine in build directory without installation)



* Using

  % /path/to/builddir/g-inspector-YYYYMMDD/g-inspector gtk-demo

  or

  % g-inspector gtk-demo	# (have already installed)



* Acknowledegment

  This software development was supported by
  Information-technorogy Promotion Agency, Japan (IPA).



* More Information

  http://sourceforge.net/projects/g-inspector/



* Contact

  AOSASA Shigeru <lrr@tree.odn.ne.jp>