Thread: KDevelop Programming Issue

  1. #1
    Registered User
    Join Date
    Sep 2007
    Posts
    38

    KDevelop Programming Issue

    Hello.

    Right now I'm developing a C project using GTK in KDevelop. I'm about to finish the project but I'm having this problems:

    I'm using several images that I have in my Desktop. To use them in I'm including their paths in my code. What do I need to do to include this pictures in my project so when I do

    ./configure
    make

    in another computer this pictures automatically install in a specific folder??


    Thank in advance for you help and forgive me for my bad english.

  2. #2
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Are you saying that you have several images, currently located on your desktop, that you're using in your program? And you're worried that those images won't be bundled with your program?

    Well, it's quite simple -- include the images in your distribution. You'll probably create an archive of some sort, so put the images in there.

    If you're looking to install the images in a specific place in the target computer -- say, /var/program, you'll probably want to read up on how to do this with automake or whatever you are using for installation. I don't know how to do it offhand, but I can't see it being much different from installing a program.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Some weird issue.
    By dbzx in forum C Programming
    Replies: 7
    Last Post: 04-12-2009, 04:10 PM
  2. float calculation issue
    By George2 in forum C# Programming
    Replies: 1
    Last Post: 05-26-2008, 04:56 AM
  3. type safe issue
    By George2 in forum C++ Programming
    Replies: 4
    Last Post: 02-12-2008, 09:32 PM
  4. KDevelop questions
    By geek@02 in forum Linux Programming
    Replies: 2
    Last Post: 10-27-2005, 02:46 PM
  5. my first issue of GDM
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 09-12-2002, 04:02 PM