Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How do I run the examples on Ubuntu?

7 views
Skip to first unread message

lu...@lukem.co.uk

unread,
Feb 18, 2013, 11:00:47 AM2/18/13
to
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?

lu...@lukem.co.uk

unread,
Feb 18, 2013, 11:08:07 AM2/18/13
to
Oops. I figured out that the apps are in:

/usr/lib/GNUstep/Applications

and can be run be using:

openapp 'appname'.app

0 new messages