~aleteoryx/muditaos

ref: 8907a3d52959565dd9e09fd9f875018a72dd5b39 muditaos/README.md -rw-r--r-- 3.4 KiB
8907a3d5 — pawpMudita EGD-3868 Create queries for settings 5 years ago

#MuditaOS

MuditaOS is a mobile operating system optimized for E Ink displays. Built from scratch with Mudita Pure minimalist phone in mind.

MuditaOS screenshot

#Table of contents

#Quickstart

You can quickstart the project by going through one of the following guides:

#Contributing

Pull requests are welcome. Please follow the guidelines in the "Contributing to MuditaOS" article. Before contributing or starting a discussion, please make sure that you read our Code of Conduct.

#Discussions

For general questions and ideas regarding MuditaOS please post in the “MuditaOS” section on Mudita Forum. Please explore all existing posts to make sure you’re not posting about an issue that has already been discussed.

#Reporting bugs and feature requests

You can report bugs and feature requests on GitHub. This is also a good place to discuss architecture decisions and things that aren’t yet covered by the documentation. Please refer to the "Contributing to MuditaOS" article for more details.

#Development workflow

When contributing code or documentation changes please follow the guidleines inside the "Development workflow" article.

#Documentation

For everything that you need to kickstart your development environment please go to the Documentation folder on Github.

A fully detailed documentation can be build locally using Doxygen.

#How to generate documentation using Doxygen

You can build code documentation with the following command:

./configure linux Debug
cd build-linux-Debug
make doc

If you prefer to build documentation always with all target instead, configure cmake with BUILD_DOC_WITH_ALL option set to ON, e.g.:

./configure <target> <build_type> -DBUILD_DOC_WITH_ALL=ON

Documentation is generated in the doc/html subdirectory of the build directory. To view it open index.html using a web browser, e.g.:

firefox build-<target>-<build_type>/doc/html/index.html

#Changelog

The MuditaOS changelog is regularly updated by the core development team.

#License

MuditaOS is licensed on GPL3.