Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux node version 0.10.12 does not contain .configure or make files #2885

Closed
jeffdugan opened this issue Sep 15, 2015 · 4 comments
Closed
Labels
install Issues and PRs related to the installers. question Issues that look for answers.

Comments

@jeffdugan
Copy link

Hi,

I just installed node-v0.10.12-linux-x64.tar.gz on my Linux box.
The readme states to run the .configure and make files, but, they are not there.
How can I get a copy of what I'm missing and ensure that everything else is there that I need?

Thanks,
Jeff

@mscdex
Copy link
Contributor

mscdex commented Sep 15, 2015

If you download a tarball that contains (an OS and) an architecture in the filename, that indicates it's a binary tarball and not a source tarball. So the compilation has already been done for you.

For binary tarballs, you just have to copy the contents to some appropriate location on your system. For example, if you wanted to install node globally, you might extract the tarball to /usr/local (e.g. curl http://nodejs.org/dist/latest/node-v0.10.12-linux-x64.tar.gz | tar zx --strip=1 -C /usr/local).

However v0.10.12 is pretty old. If you have a specific need to stay on the v0.10 branch, you should install v0.10.40 instead. Otherwise, the latest stable branch is v4.x (v4.0.0 being the latest release as of this writing).

@mscdex mscdex added question Issues that look for answers. install Issues and PRs related to the installers. labels Sep 15, 2015
@jeffdugan
Copy link
Author

Hi Brian,

Ok Thanks. Didn’t realize that.
The project I’m supporting directed me to use that version.
Thanks for the quick response.

Jeff

From: Brian White [mailto:notifications@github.com]
Sent: Tuesday, September 15, 2015 12:57 PM
To: nodejs/node node@noreply.github.com
Cc: Dugan, Jeffery jeffery.dugan@lmco.com
Subject: EXTERNAL: Re: [node] Linux node version 0.10.12 does not contain .configure or make files (#2885)

If you download a tarball that contains (an OS and) an architecture in the filename, that indicates it's a binary tarball and not a source tarball. So the compilation has already been done for you.

You just have to copy the contents to some appropriate location on your system. For example, if you wanted to install node globally, you might extract the tarball to /usr/local (e.g. curl http://nodejs.org/dist/latest/node-v0.10.12-linux-x64.tar.gz | tar zx --strip=1 -C /usr/local).

However v0.10.12 is pretty old. If you have a specific need to stay on the v0.10 branch, you should install v0.10.40 instead. Otherwise, the latest stable branch is v4.x (v4.0.0 being the latest release as of this writing).


Reply to this email directly or view it on GitHubhttps://github.com//issues/2885#issuecomment-140499815.

@ChALkeR
Copy link
Member

ChALkeR commented Sep 15, 2015

See #2338.

@Fishrock123
Copy link
Contributor

Let us know if you have any more questions. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Issues and PRs related to the installers. question Issues that look for answers.
Projects
None yet
Development

No branches or pull requests

4 participants