Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Building a Development Environment on Ubuntu

by marto (Cardinal)
on Apr 13, 2010 at 18:19 UTC ( [id://834546]=note: print w/replies, xml ) Need Help??


in reply to Building a Development Environment on Ubuntu

"Now comes a very long list of questions, which must be answered somehow. In most cases, just hitting return (accepting the default) works."

Given the above statement and the discussion in the CB and via /msg today on the subject of Configure, it may be a good idea (though some may consider it stating the obvious) to suggest that people building perl in from source read and understand the README file, the INSTALL file and any platform specific readme file as a minimal primer to familiarise themselves with the configuration/installation process and associated terminology.

In the grand scheme of things, we're not talking about reading an excessive amount of documentation here. It's also good practice for new users to familiarise themselves with perls style of documentation.

The README file shows an example installation, explaining calling Configure with the -des flag to accept the default values, along with an an installation prefix:

INSTALLATION

============

If you're using a relatively modern operating system and want to install this version of Perl locally, run the following commands:

./Configure -des -Dprefix=$HOME/localperl make test make install

The INSTALL file elaborates on this in the Run Configure section, explains how to pass exactly the configuration parameters you want, while accepting the defaults for other things and how to accept defaults after any point of an interactive configure run. That said, you may not know you're happy to skip any of these options, until you've been through the process at least once ;)

Cheers

Replies are listed 'Best First'.
Re^2: Building a Development Environment on Ubuntu
by Xiong (Hermit) on Apr 15, 2010 at 11:38 UTC

    I read both INSTALL and README.linux; I Googled hard for more info. I didn't find enough to make the process easy for me. I agree that I should amend this node to point to the appropriate docs.

    I feel that I may have made the task unnecessarily difficult by running Configure interactively. (I don't think interactive mode should be so difficult to use but that's another node.) I'm not sure why I was so certain that I needed to be interactive here. I'm going to try a non-interactive build and if it does what I want, I'll amend this node to follow. Thanks for pushing.

    - the lyf so short, the craft so long to lerne -

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://834546]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-23 19:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found