Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
./configure --spidermonkey-version 60

To test nouveau, make sure have a JDK at least version 11 available and run

Code Block
./configure --with-nouveau

To test using QuickJS as the default JavaScript engine:

Code Block
./configure --js-engine=quickjs

Test the whole package:  

...