Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Description [1]: > Meson is an open source build system meant to be both extremely fast, > and, even more importantly, as user friendly as possible. > > The main design point of Meson is that every moment a developer spends > writing or debugging build definitions is a second wasted. So is every > second spent waiting for the build system to actually start compiling > code. Unfortunately, MarIuX only ships Python 3.3, and it’s a pain to set up Setuptools. Meson also requires the module *pathlib*, which is included in the Python distribution since version 3.4. So install Meson here, and adapt bee to use the package environment. [1] [1] http://mesonbuild.com/index.html
- Loading branch information