Distribution-independent installer framework
Go to file
Adriaan de Groot 0edf041b31 Screensize: on small screens, be smaller.
On 1024x768, limit to 1024x520.
On 800x600, limit to 800x520. This is too small to show everything in the
  timezone widget and keyboard, so it needs some more work.
2017-06-20 18:18:56 -04:00
.tx Add dummypythonqt Transifex resource configuration. 2016-12-16 17:03:14 +01:00
ci Pull all catalogs and push back to git. 2016-12-16 17:03:14 +01:00
CMakeModules [CMakeModules] Add support for PythonQT v3.2+ 2017-06-19 10:47:52 +02:00
data/images New icon, PNG. 2016-01-21 17:12:38 +01:00
hacking Delete GlobalStorage.md 2016-05-11 17:41:12 +02:00
lang [core] Automatic merge of Transifex translations 2017-06-20 00:38:44 +00:00
man Manual: move to section 8, minor polishing 2017-06-07 03:03:29 -04:00
src Screensize: on small screens, be smaller. 2017-06-20 18:18:56 -04:00
thirdparty update submodule. 2016-03-29 18:42:50 +02:00
.editorconfig Added .editorconfig 2015-06-13 21:56:21 -04:00
.gitattributes Add testmodule.py and globalStorage.yaml to export-ignore for tarballs. 2015-07-20 17:26:53 +02:00
.gitignore Add KDevelop and Visual Studio Code files to .gitignore. 2016-12-08 12:54:14 +01:00
.gitmodules Update submodule back to upstream. 2016-03-25 10:14:17 +01:00
.travis.yml Python-style: don't check third-party code 2017-06-04 20:48:04 +02:00
AUTHORS AUTHORS file. 2014-06-11 13:39:44 +02:00
calamares.desktop Add keywords to desktop file (#259) 2016-09-12 15:53:35 +02:00
CalamaresAddBrandingSubdirectory.cmake Rely on CMake if the branding component has a CMakeLists.txt. 2015-05-13 12:32:14 +02:00
CalamaresAddLibrary.cmake Add proper QResrouce system to libcalamaresui, finish up prepare checks 2014-08-26 18:24:51 +02:00
CalamaresAddModuleSubdirectory.cmake Copy and install PythonQt module translations, if found. 2016-12-16 17:03:14 +01:00
CalamaresAddPlugin.cmake Add LINK_PRIVATE_LIBRARIES to calamares_add_plugin. 2016-12-07 16:36:31 +01:00
CalamaresBuildTreeSettings.cmake.in CMake skeleton. 2014-06-04 16:35:26 +02:00
CalamaresConfig.cmake.in We have a Python API for jobmodules! 2014-07-17 19:42:16 +02:00
CalamaresConfigVersion.cmake.in CMake skeleton. 2014-06-04 16:35:26 +02:00
CalamaresUse.cmake.in New CalamaresAddBrandingSubdirectory macro. 2014-10-10 18:07:41 +02:00
cmake_uninstall.cmake.in CMake skeleton. 2014-06-04 16:35:26 +02:00
CMakeLists.txt CMake: revertlast, DESTDIR is the way to stage. 2017-06-19 17:40:51 -04:00
com.github.calamares.calamares.policy Rename pkexec policy file to .policy extension. 2014-11-05 23:34:03 +01:00
Dockerfile Use KDE Neon since it has a newer kpmcore 2017-06-12 13:03:24 +02:00
HACKING.md Python-style: note that pycodestyle is used as style-guide 2017-06-04 11:02:56 +02:00
LICENSE Update LICENSE 2014-06-03 22:32:42 +02:00
README.md Bump required KPMCore to 3.0.3 2017-06-12 12:36:45 +02:00
settings.conf Also disable dummypythonqt in jobs list. 2017-01-16 12:55:59 +01:00

Calamares: Distribution-Independent Installer Framework


GitHub release Build Status Travis Build Status Coverity Scan Build Status GitHub license

Report a Bug Contribute Translate Freenode (IRC): #calamares Wiki

Dependencies

Main:

  • Compiler with C++11 support: GCC >= 4.9.0 or Clang >= 3.5.1
  • CMake >= 3.2
  • Qt >= 5.6
  • yaml-cpp >= 0.5.1
  • Python >= 3.3
  • Boost.Python >= 1.55.0
  • dmidecode

Modules:

  • welcome:
    • NetworkManager
    • UPower
  • partition:
    • extra-cmake-modules
    • KF5: KCoreAddons, KConfig, KI18n, KIconThemes, KIO, KService
    • KPMcore >= 3.0.3
  • bootloader:
    • systemd-boot or GRUB
  • unpackfs:
    • squashfs-tools
    • rsync

Building

See wiki for up to date building and deployment instructions.