fdupoux / fsarchiver

file system archiver for linux
http://www.fsarchiver.org
GNU General Public License v2.0
263 stars 42 forks source link

Add Meson Build #78

Closed cavazquez closed 4 years ago

cavazquez commented 4 years ago

Hi! I add Meson Build at project.

For build execute:

mkdir build meson ./ build cd build ninja

done.

thanz

fdupoux commented 4 years ago

Adding a different build system would mean having to maintain two build systems instead of one. And replacing autoconf/automake would require all downstreams to make changes.