7
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[NodeJS for Android]ビルド済のバイナリはここだ

Last updated at Posted at 2016-09-12

前回のNodeJS-Android完璧なビルド方法の続きです。

いろいろ整理して、ビルド済のバイナリをここに提供しました!

コンパイルせずに、nodeバイナリをダウンロードできます。

現在はNodeJS 6.5.0-7.4.0のビルド結果をアップロードしましたが、他のバージョンや自分の修正をビルドするには、いくつか便利な方法があります:

  • Docker image osexp2000/build-nodejs-for-androidでビルド

    NodeJS-Android完璧なビルド方法で提供したDocker image を利用して、~/nodeに入ってgit checkout v6.4.0git checkout masterのようにバージョンを切り替えて、あるいは直接ソースを修正して、最後に、用意済のbuild-nodejs-for-androidコマンドでビルドする、例

    build-nodejs-for-android . --arch arm -o ../nodejs-6.4.0-android-arm --pre-clean
    

    ほとんどのソースは変更ないので、ビルドはキャッシュが利用でき、すごく早いはず。

  • ローカルでビルド

    スクリプトbuild-nodejs-for-androidを利用してローカルマシンでビルドする。

    もちろん、このスクリプトはandroid-gcc-toolchainのラッパーです。

以上です。

7
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?