File: README

package info (click to toggle)
gnustep-examples 1%3A1.4.0%2Bgit20210703-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,164 kB
  • sloc: objc: 17,202; makefile: 56
file content (25 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (5)
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

Welcome to the GNUstep Examples directory.

In this directory there is a full collection of examples for the GNUstep
libraries.  Some tests are very old, other are newer; some are 
up-to-date, other are not.

Quick start to compile and run the tests:

make
openapp ./testYouWantToSee.app

For more information, see the README file associated with each subdirectory.
Currently there is only one, for gui tests.

ABOUT GNUSTEP
-------------
If you want to know more about GNUstep, please refer to
http://www.gnustep.org.

IF YOU ARE A PROGRAMMER
-----------------------
Join us: write GNUstep apps!  
Objective-C is exciting and easy to learn if you know C and object
oriented programming fundamentals.