I installed GNUstep on Ubuntu 12.04 using
sudo apt-get install gnustep gnustep-devel
How do I run the examples mentioned here:
"If you want to see a sample GUI application running you need to build GNUstep and look at the example applications in the gnustep-examples package. Build 'Finger' or 'Ink' and start it with 'openapp Finger.app' or 'openapp Ink.app"
gnustep-examples is installed but if I try:
openapp ./
talksoup.app
I get:
Could not find /usr/share/doc/
talksoup.app/talksoup executable/script
What am I missing?