autotidy
autotidy copied to clipboard
Add build instructions for CMake
-
Download submodules up-front with cloning the repo by using
--recursive
option ofgit clone
-
Added build instructions using CMake's build in commands which provides OS independent instructions to escape create a new directory (eg.
md
on MS Windows whilemkdir
on *Nix). It also encourage "out source build" that is thebuild
folder outside of the source directory.