Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Updating README.md - Adding info for prereq step to build node on Linux #229

Conversation

jamesjhedley
Copy link

No description provided.

@@ -7,6 +7,7 @@ This repo contains the code for the BlackBerry 10 WebWorks Packager and submodul
2. Install [BlackBerry Native SDK](https://bdsc.webapps.blackberry.com/native/).
3. Install [BlackBerry 10 WebWorks SDK](https://developer.blackberry.com/html5/download/sdk).
4. [*Windows*] Add Git bin to PATH. i.e. `*Installation Directory*\bin`
5. [*Linux*] Build node[v0.6.10], ensure it works on your distro and copy the binary into `third_party\node\linux\` folder
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do they need to build 0.6.10 specifically? 0.6.21 should work and as well for them as it works for me on mac, also you need a period at the send of the sentence

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems weird to suggest 0.6.20 here when we are telling them to install 0.6.10 above. We suggest 0.6.10 above because that's the version that works on Windows. I suggest we leave it as 0.6.10 for now. When i do my 0.8.14 support pull request we can reference that version.

I will add the period.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am running 0.8.* on linux right now just fine
-----Original Message-----
From: James Keshavarzi notifications@github.com
Date: Wed, 05 Dec 2012 12:23:42
To: blackberry/BB10-Webworks-PackagerBB10-Webworks-Packager@noreply.github.com
Reply-To: blackberry/BB10-Webworks-Packager reply@reply.github.com
Subject: Re: [BB10-Webworks-Packager] Updating README.md - Adding info for
prereq step to build node on Linux (#229)

@@ -7,6 +7,7 @@ This repo contains the code for the BlackBerry 10 WebWorks Packager and submodul

  1. Install BlackBerry Native SDK.
  2. Install BlackBerry 10 WebWorks SDK.
  3. [Windows] Add Git bin to PATH. i.e. *Installation Directory*\bin
    +5. [Linux] Build node[v0.6.10], ensure it works on your distro and copy the binary into third_party\node\linux\ folder

Seems weird to suggest 0.6.20 here when we are telling them to install 0.6.10 above. We suggest 0.6.10 above because that's the version that works on Windows. I suggest we leave it as 0.6.10 for now. When i do my 0.8.14 support pull request we can reference that version.

I will add the period.


Reply to this email directly or view it on GitHub:
https://github.com/blackberry/BB10-Webworks-Packager/pull/229/files#r2326306

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure but 0.6.10 has security issues, 0.6.10 is needed on windows because of wrench but it doesn't care on non windows platforms, shouldn't limit everyone else because of windows

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just thought I would let you know the latest build works fine on linux with the webworks sdk. I would say 0.6.10 minimum for linux
-----Original Message-----
From: Eric Pearson notifications@github.com
Date: Wed, 05 Dec 2012 12:25:39
To: blackberry/BB10-Webworks-PackagerBB10-Webworks-Packager@noreply.github.com
Reply-To: blackberry/BB10-Webworks-Packager reply@reply.github.com
Cc: Mike Robinsonbadtoyz@gmail.com
Subject: Re: [BB10-Webworks-Packager] Updating README.md - Adding info for
prereq step to build node on Linux (#229)

@@ -7,6 +7,7 @@ This repo contains the code for the BlackBerry 10 WebWorks Packager and submodul

  1. Install BlackBerry Native SDK.
  2. Install BlackBerry 10 WebWorks SDK.
  3. [Windows] Add Git bin to PATH. i.e. *Installation Directory*\bin
    +5. [Linux] Build node[v0.6.10], ensure it works on your distro and copy the binary into third_party\node\linux\ folder

sure but 0.6.10 has security issues, 0.6.10 is needed on windows because of wrench but it doesn't care on non windows platforms, shouldn't limit everyone else because of windows


Reply to this email directly or view it on GitHub:
https://github.com/blackberry/BB10-Webworks-Packager/pull/229/files#r2326342

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would be fine have it as a dependency. All major distros will have it and more up to date as well.

Webworks sdk for linux would have two dependencys OpenJDK and Nodejs

I have had a few people ask me why it does not run and have had to tell them to install java
-----Original Message-----
From: James Keshavarzi notifications@github.com
Date: Wed, 05 Dec 2012 12:31:24
To: blackberry/BB10-Webworks-PackagerBB10-Webworks-Packager@noreply.github.com
Reply-To: blackberry/BB10-Webworks-Packager reply@reply.github.com
Cc: Mike Robinsonbadtoyz@gmail.com
Subject: Re: [BB10-Webworks-Packager] Updating README.md - Adding info for
prereq step to build node on Linux (#229)

@@ -7,6 +7,7 @@ This repo contains the code for the BlackBerry 10 WebWorks Packager and submodul

  1. Install BlackBerry Native SDK.
  2. Install BlackBerry 10 WebWorks SDK.
  3. [Windows] Add Git bin to PATH. i.e. *Installation Directory*\bin
    +5. [Linux] Build node[v0.6.10], ensure it works on your distro and copy the binary into third_party\node\linux\ folder

Thanks @badtoyz.


Reply to this email directly or view it on GitHub:
https://github.com/blackberry/BB10-Webworks-Packager/pull/229/files#r2326422

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does it need OpenJSK @badtoyz? What exactly requires java?
Should be able to build without it?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes you are right about building it. Java is needed to run it after its built.
-----Original Message-----
From: James Keshavarzi notifications@github.com
Date: Wed, 05 Dec 2012 13:41:51
To: blackberry/BB10-Webworks-PackagerBB10-Webworks-Packager@noreply.github.com
Reply-To: blackberry/BB10-Webworks-Packager reply@reply.github.com
Cc: Mike Robinsonbadtoyz@gmail.com
Subject: Re: [BB10-Webworks-Packager] Updating README.md - Adding info for
prereq step to build node on Linux (#229)

@@ -7,6 +7,7 @@ This repo contains the code for the BlackBerry 10 WebWorks Packager and submodul

  1. Install BlackBerry Native SDK.
  2. Install BlackBerry 10 WebWorks SDK.
  3. [Windows] Add Git bin to PATH. i.e. *Installation Directory*\bin
    +5. [Linux] Build node[v0.6.10], ensure it works on your distro and copy the binary into third_party\node\linux\ folder

Why does it need OpenJSK @badtoyz? What exactly requires java?
Should be able to build without it?


Reply to this email directly or view it on GitHub:
https://github.com/blackberry/BB10-Webworks-Packager/pull/229/files#r2327600

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I understand, the native packager needs java to run. Those are included with the NDK.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I got ahead of my self on thinking of what needs to be done. I keep a ready to use repo of the sdk for linux on github. Sorry for the confusion
-----Original Message-----
From: Eric Pearson notifications@github.com
Date: Wed, 05 Dec 2012 13:53:24
To: blackberry/BB10-Webworks-PackagerBB10-Webworks-Packager@noreply.github.com
Reply-To: blackberry/BB10-Webworks-Packager reply@reply.github.com
Cc: Mike Robinsonbadtoyz@gmail.com
Subject: Re: [BB10-Webworks-Packager] Updating README.md - Adding info for
prereq step to build node on Linux (#229)

@@ -7,6 +7,7 @@ This repo contains the code for the BlackBerry 10 WebWorks Packager and submodul

  1. Install BlackBerry Native SDK.
  2. Install BlackBerry 10 WebWorks SDK.
  3. [Windows] Add Git bin to PATH. i.e. *Installation Directory*\bin
    +5. [Linux] Build node[v0.6.10], ensure it works on your distro and copy the binary into third_party\node\linux\ folder

Oh I understand, the native packager needs java to run. Those are included with the NDK.


Reply to this email directly or view it on GitHub:
https://github.com/blackberry/BB10-Webworks-Packager/pull/229/files#r2327772

Reviewed by: Eric Pearson <epearson@rim.com>
@ericpearson
Copy link
Contributor

ready to merge r+

@nukulb nukulb closed this Dec 11, 2012
@nukulb
Copy link
Contributor

nukulb commented Dec 11, 2012

merged to master

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants