zauguin / i18n-cpp

MIT License
39 stars 6 forks source link

(Documentation) Installed dependency list missing #11

Open stefanstaffler opened 1 year ago

stefanstaffler commented 1 year ago

The usage of this library will be much easier if the requirements (for instance: fmt), which have to be installed, are somewhere listed in the documentation/readme file. Otherwise the installation process (in my case using FetchContent of cmake) takes quiet long as I had to install a lot of dependencies and it would be easier to have a checklist what has to be installed on the system.