|
tuned-switcher 1.1.0
Performance profile manager
|
Install the Git client, CMake, GCC/Clang compiler with standard library, and Qt6 development packages from your distribution's repositories.
You need the following versions:
This project supports the following build-time configuration options, which can be enabled or disabled using -DOPTION_NAME=ON/OFF:
| Name | Description | Default |
|---|---|---|
| BUILD_DOC | Build and install API and application documentation in HTML format. | OFF |
| BUILD_MANPAGE | Build and install manpage with documentation. | OFF |
| BUILD_TESTS | Build various tests. | OFF |
| LINK_ALL_STATICALLY | Link the program against all libraries statically (no dependencies mode). | OFF |
| LINK_ENABLE_OPTIMIZATIONS | Enable link-time optimizations if supported by current C++ compiler. | OFF |
| TESTS_ENABLE_NETWORK | Enable network access for the tests. | OFF |
Any other non-default options related to external dependencies are not supported and should not be used.
Download sources using Git:
You can also use the release tarballs.
Start the build process:
Install the result: