DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| 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:
...