roundabout,
created on Monday, 5 April 2021, 10:46:02 (1617619562),
received on Sunday, 11 May 2025, 13:23:03 (1746969783)
Author identity: nana-4 <hnmaigo@gmail.com>
a140d4f8d28269025a24d63be8a032951bd5bbfb
INSTALL.md
@@ -4,8 +4,13 @@
Materia requires the following build and runtime dependencies: #### Build dependencies - `meson` >= 0.47.0 - `dart-sass` >= 1.23.0 (or `npm` if the former is not found) #### Runtime dependencies- `gnome-themes-extra` (or `gnome-themes-standard` for older distributions) - Murrine engine — The package name depends on the distro: - `gtk-engine-murrine` on Arch Linux
@@ -22,10 +27,15 @@ git clone https://github.com/nana-4/materia-theme
cd materia-theme ``` 2. Configure and install it using Meson:2. Configure the project using Meson (you can specify build options [as below](#build-options)):```sh meson _build ``` 3. Build and install it using Meson: ```shmeson install -C _build ```