Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: How do I install dev c++ for ubuntu

  1. #1
    Join Date
    May 2007
    Beans
    29
    Distro
    Ubuntu 7.04 Feisty Fawn

    How do I install dev c++ for ubuntu

    What do I type in terminal to install dev c++ for ubuntu? I already have the files

  2. #2
    Join Date
    Nov 2005
    Location
    UK
    Beans
    168

    Re: How do I install dev c++ for ubuntu

    Can you be more specific. What files do you have? Where did you get them from?

  3. #3
    Join Date
    Oct 2005
    Location
    UK
    Beans
    242

    Re: How do I install dev c++ for ubuntu

    Even though the SourceForge page says it runs on Linux, all I could find was source files written in Delphi and Windows setup executables. Couldn't find it in the repositories. Maybe try another IDE like Anjuta.

  4. #4
    Join Date
    Apr 2007
    Beans
    14,781

    Re: How do I install dev c++ for ubuntu

    It comes with an OpenOffice Document with all that you need. (File extension .odt)

    You need to install other things first, so read carefully!

  5. #5
    Join Date
    Apr 2007
    Location
    telford, shropshire
    Beans
    11
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: How do I install dev c++ for ubuntu

    hi i was able to get those linux Dev C++ fiels aswell of source forage it took a lot of searching to find it tho.

    anyway when i tried to use the files to install it i didnt seam to get very far. but try opening the (.sh)
    file in terminal (by clicking open then run in terminal).

    if you manage to get it working or not can you please tell me the web address for the files please.

    thanks

  6. #6

    Re: How do I install dev c++ for ubuntu

    DevC++ is not portable, the only way to run it is with "wine" or some derivation of it.

    There is a lot of good IDE's that run on Linux.

    Take a look at Anjuta, Eclipse (with CDT), Codeblocks, etc. They are way better than the DevCpp.

  7. #7
    Join Date
    May 2009
    Beans
    2

    Smile Re: How do I install dev c++ for ubuntu

    Well!
    In order to run Dev C++, you need to use : System>>adminstration>>Synaptic package menager.

    Write at the search field : gcc

    It will give you unremarked gcc(3-4)(or may be the last version), you will need to download it by mouse right click, mark it, the apply.

    it should work properly.
    hope it will help you

  8. #8

    Re: How do I install dev c++ for ubuntu

    DevC++ has bean out of development since 2005, thus could be considered a dead program. Find a batter IDE, or learn a text editor like Vim.
    im dyslexic, please don't comment on my spelling
    blender 3d artist, visit my portfolio
    Quad-Ren, Open source, resolution independent 2D graphics engine
    Screen space is a precious resource, don't waste it

  9. #9
    Join Date
    Dec 2007
    Beans
    62

    Re: How do I install dev c++ for ubuntu

    depend on what you want to do. If you are new to C++ and want to learn it, use Geany. If you want to do something bigger, use codeblock or anjuta. Don't use Eclipse cause it is heavy and basically, it is designed for java, not for C/C++

  10. #10
    Join Date
    Oct 2006
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: How do I install dev c++ for ubuntu


Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •