You are not logged in.

#1 2010-09-20 19:32:11

SoleSoul
Member
From: Israel
Registered: 2009-06-29
Posts: 319

Where can I find programming and packaging guidelines?

I work on an open source project of mine. It's not ready yet.
Since I never created a real-world application before, I need some guidelines about general system integration.

Where should I put the config files?
What should be their syntax?
What should be included in the tarball I will create and what should be the folder structure?
Where should I put the files of the application once it's finished? There are many possible locations in the filesystem.

You see, I need some guidance, please.
Any help appreciated.

Thanks in advance!
smile

Offline

#2 2010-09-20 19:36:04

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Where can I find programming and packaging guidelines?

How about telling us eg. what language are you writing it in? Perl and C are two different worlds, different guidelines.
Google for FHS.

Offline

#3 2010-09-20 19:39:36

SoleSoul
Member
From: Israel
Registered: 2009-06-29
Posts: 319

Re: Where can I find programming and packaging guidelines?

Whoops smile
I use QTCreator to program a GTK application using C++, gtkmm and xmlrpc-c.

Offline

#4 2010-09-20 19:44:57

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Where can I find programming and packaging guidelines?

You can have a look at some established projects that are using similar tools - where do they put the application files etc.
There are things like XDG_CONFIG_HOME, XDG_DATA_HOME etc. http://standards.freedesktop.org/basedi … atest.html

Offline

Board footer

Powered by FluxBB