{"id":19372127,"url":"https://github.com/nodenv/node-build-jxcore","last_synced_at":"2025-02-24T14:44:24.769Z","repository":{"id":57131595,"uuid":"157401197","full_name":"nodenv/node-build-jxcore","owner":"nodenv","description":"node-build definition files for jxcore","archived":false,"fork":false,"pushed_at":"2020-02-27T19:25:00.000Z","size":49,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-07T04:47:36.659Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Roff","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nodenv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-13T15:21:58.000Z","updated_at":"2020-02-27T19:25:02.000Z","dependencies_parsed_at":"2022-08-31T20:00:56.667Z","dependency_job_id":null,"html_url":"https://github.com/nodenv/node-build-jxcore","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodenv%2Fnode-build-jxcore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodenv%2Fnode-build-jxcore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodenv%2Fnode-build-jxcore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodenv%2Fnode-build-jxcore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nodenv","download_url":"https://codeload.github.com/nodenv/node-build-jxcore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240499565,"owners_count":19811500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T08:21:45.082Z","updated_at":"2025-02-24T14:44:24.750Z","avatar_url":"https://github.com/nodenv.png","language":"Roff","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-build-jxcore\n\n[![Build Status](https://travis-ci.com/nodenv/node-build-jxcore.svg?branch=master)](https://travis-ci.com/nodenv/node-build-jxcore)\n\nnode-build-jxcore is an [nodenv][] plugin (or more precisely, a [node-build][] plugin) that provides build definitions for jxcore.\n\n\u003c!-- toc --\u003e\n\n- [Installation](#installation)\n  * [Installing with Homebrew (for OS X users)](#installing-with-homebrew-for-os-x-users)\n  * [Installing via git-clone](#installing-via-git-clone)\n  * [Installing via npm](#installing-via-npm)\n  * [Installing manually](#installing-manually)\n- [Usage](#usage)\n  * [Setting NODE_BUILD_DEFINITIONS](#setting-node_build_definitions)\n  * [Passing build definition directly](#passing-build-definition-directly)\n\n\u003c!-- tocstop --\u003e\n\n## Installation\n\n### Installing with Homebrew (for OS X users)\n\nMac OS X users can install node-build-jxcore with the [Homebrew][].\nInstalling via Homebrew will make node-build aware of jxcore releases automatically.\n\n*This is the recommended method of installation if you installed nodenv or node-build with Homebrew.*\n\n    brew install nodenv/nodenv/node-build-jxcore\n\n### Installing via git-clone\n\nInstalling node-build-jxcore as a nodenv plugin will make node-build aware of the jxcore build definitions automatically.\n\n    git clone https://github.com/nodenv/node-build-jxcore.git $(nodenv root)/plugins/node-build-jxcore\n\nThis will install node-build-jxcore into the `$(nodenv root)/plugins/node-build-jxcore` directory.\nTo update node-build-jxcore, run `git pull` to download the latest changes or use [nodenv-update][].\n\n### Installing via npm\n\nInstalling via npm is possible, though not the recommended method.\nKeep in mind that there is the risk you are installing a nodenv plugin into a node that is itself managed by nodenv.\n(It's likely the case you want to be using your `system` node for this.)\n\n    npm install -g @nodenv/node-build-jxcore\n\nAfter installing, node-build will need to be made aware of the new build definitions.\nsee [setting node_build_definitions][]\n\n### Installing manually\n\nFor precise control over the installation, you can install it manually.\n\n    git clone https://github.com/nodenv/node-build-jxcore.git\n    cd node-build-jxcore\n    ./install.sh\n\nThis will install node-build-jxcore into `/usr/local`.\nIf you do not have write permission to `/usr/local`, you will need to run `sudo ./install.sh` instead.\nYou can install to a different prefix by setting the `PREFIX` environment variable.\n(Be aware, if you install to a prefix other than that which node-build is installed, you will need to manually set `NODE_BUILD_DEFINITIONS`.)\n\nTo update node-build-jxcore after it has been installed, run `git pull` in your cloned copy of the repository, then re-run the install script.\nAfter installing, node-build will need to be made aware of the new build definitions.\nsee [setting node_build_definitions][]\n\n## Usage\n\nIf installed via Homebrew, as a nodenv plugin, or manually using the same `PREFIX` as node-build, then node-build should automatically be aware of the new jxcore build definitions.\nVerify by running `nodenv install --list` to see if it includes the release candidate builds. (e.g. 8.0.0-rc.2)\n\nOtherwise, node-build will need to be made aware of the new build definitions manually.\n\n### Setting NODE_BUILD_DEFINITIONS\n\n`NODE_BUILD_DEFINITIONS` is a colon-separated list of paths that include build definitions.\n\nThis is done by adding `/path/to/node-build-jxcore/share/node-build` to the `NODE_BUILD_DEFINITIONS` variable.\nYou can add node-build-jxcore's share path to it in your `.bashrc`:\n\n    export NODE_BUILD_DEFINITIONS=$NODE_BUILD_DEFINITIONS:/path/to/node-build-jxcore/share/node-build\n\nOr add it only when necessary:\n\n    NODE_BUILD_DEFINITIONS=$NODE_BUILD_DEFINITIONS:/path/to/node-build-jxcore/share/node-build nodenv install --list\n\nEither way, you'll need to know the exact location of where node-build-jxcore was installed.\nIf installed globally via a nodenv-managed npm, it would look something like:\n`$(nodenv prefix)/lib/node_modules/@nodenv/node-build-jxcore/share/node-build`.\nIf installed manually to `PREFIX=/some/path`, it would look something like:\n`/some/path/share/node-build`.\n\n### Passing build definition directly\n\nBoth `nodenv install` and `node-build` accept a path to a custom definition file in place of a version name.\n\n    nodenv install /path/to/node-build-jxcore/share/node-build/jxcore+sm-0.3.1.1\n\nOr:\n\n    node-build /path/to/node-build-jxcore/share/node-build/jxcore+sm-0.3.1.1 /dest/path/jxcore+sm-0.3.1.1\n\n\n\n[homebrew]: http://brew.sh\n[nodenv]: https://github.com/nodenv/nodenv\n[node-build]: https://github.com/nodenv/node-build\n[nodenv-update]: https://github.com/nodenv/nodenv-update\n[setting node_build_definitions]: #setting-node_build_definitions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodenv%2Fnode-build-jxcore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnodenv%2Fnode-build-jxcore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodenv%2Fnode-build-jxcore/lists"}