compiling programs (how do I?)

Sharky Forums


Results 1 to 6 of 6

Thread: compiling programs (how do I?)

  1. #1
    Catfish drstrangelove's Avatar
    Join Date
    Sep 2001
    Location
    The Warroom
    Posts
    108

    compiling programs (how do I?)

    I need to download some programs (perl 6 for instance). These programs are apparently in original code and not pre-compiled .exe (or even .zip). Where do I get the appropriate tools (are they included with the OS) and how do I do this? I'm not a programmer (don't even play one on TV), but I do need to learn some scripting, and, apparently, how to compile programs.

    Thanks.
    "Gentlemen. You can't fight in here. This is the War Room."

    Giga-byte GA-7dxr+
    AMD 1.2/266 FSB
    256 MB DDR RAM
    Seagate 40GB
    win2k
    delta 8x DVD-ROM
    SB Live! Audigy
    FA311 NIC
    Antec 300W power supply w/ 3 case fans

  2. #2
    NullPointerException rock's Avatar
    Join Date
    Sep 2000
    Location
    York, PA
    Posts
    6,203
    Sometimes, it's as simple as:
    ./configure
    make all

    Usually it's not that simple though. There should be a README with any and all source code you download that tells you how to compile it. Once you've done it a couple times, it'll get easier.

    Afterthought: are you on Windows and downloading tar files?

    Open Source is free like a puppy is free.

    It's only when you look at an ant through a magnifying glass on a sunny day that you realise how often they burst into flames.

    Understanding Evolution

  3. #3
    Catfish drstrangelove's Avatar
    Join Date
    Sep 2001
    Location
    The Warroom
    Posts
    108
    This is for Windows 2K. Is there a compiler built into the OS (MS integrates everything else for crying outloud)?
    "Gentlemen. You can't fight in here. This is the War Room."

    Giga-byte GA-7dxr+
    AMD 1.2/266 FSB
    256 MB DDR RAM
    Seagate 40GB
    win2k
    delta 8x DVD-ROM
    SB Live! Audigy
    FA311 NIC
    Antec 300W power supply w/ 3 case fans

  4. #4
    NullPointerException rock's Avatar
    Join Date
    Sep 2000
    Location
    York, PA
    Posts
    6,203
    Originally posted by drstrangelove
    This is for Windows 2K. Is there a compiler built into the OS (MS integrates everything else for crying outloud)?
    Nope, there's no compiler that ships with the OS. Microsoft would rather have everyone buy MS Visual Studio. There are several free C/C++ compilers out there, though, including Dev C++.

    Open Source is free like a puppy is free.

    It's only when you look at an ant through a magnifying glass on a sunny day that you realise how often they burst into flames.

    Understanding Evolution

  5. #5
    Catfish drstrangelove's Avatar
    Join Date
    Sep 2001
    Location
    The Warroom
    Posts
    108
    where to i get it and how do i use it? (is it easy, intuitive?). remember, i am NOT a programmer by nature, i'm a networker, and have little desire to delve into programming on anything more than a superficial basis. It just so happens that I need a few apps and some Perl for a class I teach. So don't be afraid to dumb this down for me.
    "Gentlemen. You can't fight in here. This is the War Room."

    Giga-byte GA-7dxr+
    AMD 1.2/266 FSB
    256 MB DDR RAM
    Seagate 40GB
    win2k
    delta 8x DVD-ROM
    SB Live! Audigy
    FA311 NIC
    Antec 300W power supply w/ 3 case fans

  6. #6
    NullPointerException rock's Avatar
    Join Date
    Sep 2000
    Location
    York, PA
    Posts
    6,203
    You can download it from the link in my previous post (Scroll down to Version 4, since 5 is still Beta). There's a FAQ here and some READMEs and examples to get you started too.

    Open Source is free like a puppy is free.

    It's only when you look at an ant through a magnifying glass on a sunny day that you realise how often they burst into flames.

    Understanding Evolution

Posting Permissions

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