Skip to content
Snippets Groups Projects
Commit cb317f8d authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

Update README.md

parent dcaadeca
No related branches found
No related tags found
No related merge requests found
...@@ -11,16 +11,31 @@ ...@@ -11,16 +11,31 @@
### Dependencies ### Dependencies
Compiler with C++11 support: GCC >= 4.9.0 or Clang >= 3.5.1 Main:
* Compiler with C++11 support: GCC >= 4.9.0 or Clang >= 3.5.1
| Main | Welcome module | Partitioning module | Bootloader module | Unpackfs module | * CMake >= 2.8.12
|:----:|:--------------:|:-------------------:|:-----------------:|:---------------:| * Qt >= 5.3
| CMake >= 2.8.12 | NetworkManager | extra-cmake-modules | systemd-boot or GRUB2 | squashfs-tools | * yaml-cpp >= 0.5.1
| Qt >= 5.3 | UPower | kconfig (part of KF5) | sgdisk | rsync | * Python >= 3.3
| yaml-cpp >= 0.5.1 | | solid (part of KF5) | | | * Boost.Python >= 1.55.0
| Python >= 3.3 | | kcoreaddons (part of KF5) | | | * dmidecode
| Boost.Python >= 1.55.0 | | ki18n (part of KF5) | | |
| dmidecode | | sgdisk | | | Modules:
* welcome:
* NetworkManager
* UPower
* partition:
* extra-cmake-modules
* KF5: KCoreAddons, KConfig, KI18n, KIconThemes, KIO, KService
* KPMcore >= 2.0
* sgdisk
* bootloader:
* systemd-boot or GRUB
* sgdisk
* unpackfs:
* squashfs-tools
* rsync
### Deployment ### Deployment
[__Setting up branding__](https://github.com/calamares/calamares/blob/master/src/branding/README.md) [__Setting up branding__](https://github.com/calamares/calamares/blob/master/src/branding/README.md)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment