File: README

package info (click to toggle)
gnustep-examples 1%3A1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,116 kB
  • sloc: objc: 14,993; makefile: 61; sh: 19
file content (32 lines) | stat: -rw-r--r-- 1,192 bytes parent folder | download | duplicates (10)
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
DESCRIPTION
This is a little demo program meant to show the power of the 
GNUstep libraries.  
It is a simple front-end to finger, ping and traceroute.

COMPILE, RUN AND INSTALL
To compile it, type 'make'.  To run it, type 'openapp Finger.app'.  
To install it, type 'make install'.  
If you want, you can edit the default location for the finger, ping 
and traceroute executables in the file Finger.h before compiling.
If you are bundling this program in a distribution, it is 
recommended that you do it.

COPYING
This program is free software; to protect at best your rights to use,
modify and distribute it, this program is released under the GNU
General Public License v2.0, as published by the Free Software
Foundation.

NO WARRANTY
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  [See GNU
GPL for more details]

AUTHORS
This demo program is part of the GNUstep library; it was written by
Nicola Pero <n.pero@mi.flashnet.it>.  The Free Software Foundation
owns the copyright.  Rob Burns <rburns@softhome.net> contributed whois
support and sizable buttons.

BUGS
Send bug reports to <bug-gnustep@gnu.org>