pop-os / cosmic-files

WIP COSMIC file manager
GNU General Public License v3.0
100 stars 73 forks source link

[SUGGESTION] System dependencies #364

Open michalfita opened 1 month ago

michalfita commented 1 month ago

The cosmic-epochs says each project would list system dependencies to be installed prior to build. But cosmic-files doesn't.

I had to install following on Ubuntu Noble to be able to build:

sudo apt install -y libxkbcommon-dev sudo apt install libglib2.0-dev

so I suggest README.md is updated with these prerequisites (I assume every developer has build-essentials installed).

mmstick commented 1 month ago

You can find build dependencies in the debian/control file in each repository that produces a binary package.

michalfita commented 1 month ago

Thanks. Add that note to README.md for build instruction.