Maurits Lamers

Results 24 comments of Maurits Lamers

I would also love to see Relay for Loki. Is there anything any of us could do to help out?

Update: I managed to find a system where I could attempt to compile the arm64 version. I used the manual from https://github.com/LeonardLaszlo/nw.js-armv7-binaries/blob/master/docs/build-nwjs-v0.23.x.md. I managed to get rather far in the...

Update: I managed to solve the strip problem. I found that the patches such as https://github.com/jtg-gg/node-webkit/commit/73f745bfb7587f38031d4e39a86718b64656bd5a need to be adjusted a bit in order to make things work under arm64....

I think so, but I cannot create an SDK package to test because it requires nacl. I will try today to see whether I can adjust the packaging scripts to...

I managed to get a working arm64 package (added screenshot of a running nw.js on an arm64 platform). I adjusted the packaging script, commenting out all the lines where nacl...

I just updated the v0.23.7 release to include my arm64 build (thanks @LeonardLaszlo to grant me access!). As far as I can see, everything works as intended, but I didn't...

You're very welcome. In the end it was only possible because of the great building manual made by @LeonardLaszlo and the diffs created by @jtg-gg.

@ubergeek77 I tried to see whether I could build 0.30, but that didn't work out because the https://github.com/jtg-gg/chromium.src seems to be missing the 0.30 branch for the arm patches. Will...

Remarks about the arm64 build of 0.28: I am not crosscompiling, but compiling on a Pine64 under arm64 linux. This brings some extra challenges. - step 3 needs adjustment, we...

Update: More changes: - the binaries in `third_party/llvm-build/Release+Asserts/bin` are not arm64 binaries, so install clang-6.0 through apt, and symlink in the executables - the configuration of clang tries to include...