FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Fedora/OpenSUSE rpm packages (gtkd 1.4.1+svn857 - dmd 2.054)

 
Post new topic   Reply to topic     Forum Index -> gtkD
View previous topic :: View next topic  
Author Message
Epileg



Joined: 10 Sep 2009
Posts: 77

PostPosted: Tue Jul 12, 2011 4:20 am    Post subject: Fedora/OpenSUSE rpm packages (gtkd 1.4.1+svn857 - dmd 2.054) Reply with quote

libgtkd-dev-1.4.1+svn857-0.noarch.rpm (9.1 MB)

libgtkd-doc-1.4.1+svn857-0.noarch.rpm (4.5 MB)

Choose Your distribution and processor:
dmd-2.054-0.fedora.i386.rpm (4.0 MB)
dmd-2.054-0.fedora.x86_64.rpm (5.2 MB)
dmd-2.054-0.openSUSE.i386.rpm (2.9 MB)
dmd-2.054-0.openSUSE.x86_64.rpm (3.7 MB)


In this release there are two big modifications:

1) Changed the packages name "gtkd" to "libgtkd-dev" and "gtkd-doc" to "libgtkd-doc".

2) To compile gtkd applications You can use the "pkg-config" app:
Code:
$ dmd `pkg-config --cflags --libs gtkd` app_source.d

With "pkg-config" a project can easily use and compile many libraries.
(This idea comes from Mike Wey, so many thanks to him).

Also a simple script named "gtkd" is included. It can be used to run a gtkd app as an script, just adding at the first line of the source:
Code:
#!/usr/bin/gtkd -run

"gtkd" script can also be used to compile a gtkd app:
Code:
$ gtkd app_source.d


Best regards,
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> gtkD All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group