|
|
@ -15,11 +15,12 @@
|
|
|
|
Main:
|
|
|
|
Main:
|
|
|
|
* Compiler with C++11 support: GCC >= 4.9.0 or Clang >= 3.5.1
|
|
|
|
* Compiler with C++11 support: GCC >= 4.9.0 or Clang >= 3.5.1
|
|
|
|
* CMake >= 3.2
|
|
|
|
* CMake >= 3.2
|
|
|
|
* Qt >= 5.6
|
|
|
|
* Qt >= 5.7
|
|
|
|
* yaml-cpp >= 0.5.1
|
|
|
|
* yaml-cpp >= 0.5.1
|
|
|
|
* Python >= 3.3
|
|
|
|
* Python >= 3.3 (required for some modules)
|
|
|
|
* Boost.Python >= 1.55.0
|
|
|
|
* Boost.Python >= 1.55.0 (recommended, or PythonQt; one is required for some modules)
|
|
|
|
* extra-cmake-modules (recommended; required for some modules)
|
|
|
|
* PythonQt (recommended, or Boost.Python; one is required for some modules)
|
|
|
|
|
|
|
|
* extra-cmake-modules >= 5.18 (recommended; required for some modules)
|
|
|
|
|
|
|
|
|
|
|
|
Modules:
|
|
|
|
Modules:
|
|
|
|
* welcome:
|
|
|
|
* welcome:
|
|
|
@ -38,6 +39,6 @@ Modules:
|
|
|
|
### Building
|
|
|
|
### Building
|
|
|
|
|
|
|
|
|
|
|
|
See [wiki](https://github.com/calamares/calamares/wiki) for up to date
|
|
|
|
See [wiki](https://github.com/calamares/calamares/wiki) for up to date
|
|
|
|
[building](https://github.com/calamares/calamares/wiki/Developer's-Guide)
|
|
|
|
[building](https://github.com/calamares/calamares/wiki/Develop-Guide)
|
|
|
|
and [deployment](https://github.com/calamares/calamares/wiki/Deployer's-Guide)
|
|
|
|
and [deployment](https://github.com/calamares/calamares/wiki/Deploy-Guide)
|
|
|
|
instructions.
|
|
|
|
instructions.
|
|
|
|