Advertising (This ad goes away for registered users. You can Login or Register)

xbox one cmdline project

Discuss about your favorite (gaming...or not) devices here. The most popular ones will end up getting their own categories
Programming discussions for your favorite Device
Forum rules
Forum rule Nº 15 is strictly enforced in this subforum.
Locked
ivo2376
Posts: 31
Joined: Wed Jan 14, 2015 10:17 pm

xbox one cmdline project

Post by ivo2376 »

jslinux as known since 2011
jslinux-mobile since 2018
then there is node and node-jslinux and jslinux and typed-array
typed-array porting to new typed-array***working (help needed)
to help get jslinux installed via node so we can run node-jslinux
jslinux cmd
via
https://github.com/tlrobinson/node-jslinux
depends on
https://www.npmjs.com/package/jslinux (7years ago)
depends on
https://github.com/tlrobinson/v8-typed-array

now typed-array gives an error when i try to installed it globally along side for the other
something about node-waf configure build
but now there is only node-gyp so some quick changes that make me dazzle and need help
but ofc since june there allso jslinux-mobile tho

i get this far ...
this output of adding binding.gyp and edit package.json
package.json
node-waf configure build
replaced by
node-gyp configure build
binding.gyp

Code: Select all

{
  "targets": [
    {
      "target_name": "binding",
      "sources": [ "typed-array.cc" ]
    }
  ]
}
then it start doing something i cant understand the error
by doing npm install -g in typedarray from git dir
https://pastebin.com/wDDkfrz5

So basicly this node-jslinux depends on jslinux and npm install -g jslinux need some help in typed-array
If somehow we could get this going in 2018 and port it into a xbox one cmdline w32 app maybe we could service
the xbox one webbrowser jslinux-mobile or jslinux or node jslinux cmdline via libreadline-dev or some
Advertising
Locked

Return to “Programming and Security”