File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ Supported Operating Systems and features:
4343
4444| OS \ Feature | CI | gcc | clang | UT | wx | Qt | Py | R |
4545| ------------- | -- | --- | ----- | -- | -- | -- | -- | -- |
46- | Debian stable | | ✓ | ✓ | ✓ | ✓ | | ✓ | ✓ |
46+ | Debian stable | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
4747| Debian buster | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
48- | Ubuntu 21.04 | | ✓ | ✓ | ✓ | ✓ | | ✓ | ✓ |
48+ | Ubuntu 21.04 | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
4949| Ubuntu 20.04 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
50- | Mac OSX 11 | ✓ | | ✓ | ✓ | ✓ | | ✓ | ✓ |
50+ | Mac OSX 11 | ✓ | | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
5151| Mac OSX 10.15 | ✓ | | ✓ | ✓ | ✓ | | ✓ | |
5252| Windows | ✓ | ✓ | | ✓ | | | ✓ | |
5353
@@ -84,7 +84,7 @@ cd tsqsim # Enter the cloned repo's dir
8484## Building & running
8585``` bash
8686./ci-default --run-demo # Build and optionally run the demo
87- ./ci-default --build -qt # Build the optional QT module (works under Debian Buster and Ubuntu 20.04)
87+ ./ci-default --no -qt # Don't build the optional QT module
8888./ci-default -h # See all build options
8989```
9090The executables will be available under ` build/*/bin ` , where ` * ` depends on the choices you've just made above.
You can’t perform that action at this time.
0 commit comments