Changes between Version 4 and Version 5 of JSCOnly


Ignore:
Timestamp:
Jan 31, 2018 11:47:59 AM (6 years ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JSCOnly

    v4 v5  
    3333
    3434More info: http://constellation.github.io/blog/2016/05/02/how-to-build-javascriptcore-on-your-machine
     35
     36
     37== Cross-Building and remote testing ==
     38
     39Sometimes is desirable to test JSC on a different architecture than the native one (like ARM64 or ARMv7).[[BR]]
     40To make this easier the script run-javascripcore-tests supports running on a remote board via ssh.[[BR]]
     41We can combine that feature with a cross-build toolchain to make easier to build and test on a foreign architecture.[[BR]]
     42* [wiki:"CrossBuildAndRemoteTestJSCLinux" Check the following document that explains how this can be achieved on Linux][[BR]]