[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUstep Desktop
From: |
Stefan Elwesthål |
Subject: |
Re: GNUstep Desktop |
Date: |
Thu, 11 Nov 2010 07:10:51 +0100 |
Thanks for the answers
I used to go the configure/make/make install path everytime back in the 90s when I was a Linux-only user. I hopeI could dust the rust of some of that all skills ;)
So, I'll get myself a fresh piece of Ubuntu and download the source . .I guess I should blog about it to spread some information about how to do it (if there are no documents in the wiki already of course?)
Regards
Stefan
2010/11/11 Riccardo Mottola
<multix@ngi.it>
Hi,
you have three main Sources, as Eric writes.
- the gnustep supplied apps themselves (Gworkspace, SystemPrefernces, the developer tools, Ink...)
- the GNUstep Application Project (GAP, which I must cite, since I develop there)
- Etoilé
Nothing prevents you from mixing apps from the projects, although Etoilé follows a different paradigm and has its own set of additional Kits compared to GAP.
There are then a couple of Apps which are not under an umbrella project, like PRICE, Cenon, etc. CHeck our Wiki and our Application list.
Since you will notice that sadly many apps are not packaged for debian/ubuntu and/or they are outdated, I would suggest what I do myself on a developer machine or on my laptop:
1) use the pakcages to satisfy all dependencies, but build GNUstep core and all apps from source. It is really not hard. Core requires configuration, the rest of the apps are either "configure && make install" or even just "make install" in most of the cases.
2) use the packages to install gnustep core, gworkspace and most supplied apps. Compile from source the remaining. It is easy in this case and the apps will end up in the "Local" domain (wherever this is in Debian/GNUstep)
If you plan to write some apps, which would be welcome, or even just help maintaining some.. theen the small hurdle of doing "make" should be a no-brainer!
Riccardo
Stefan Elwesthål wrote:
Hi all,
I just got GNUStep installed on my Ubuntu and compiled some simple example. However, what would be the easiest way to setup a pure GNUstep Desktop environment, and get rid of that Gnomish thing?
If I miss a lot of apps, I will develop them faster ;)
Thankful for any guides or links!