~ salmonella-environment-setup (master) /system-setup/installers/cmark.sh
1mkdir cmark 2cd cmark 3git clone https://github.com/commonmark/cmark.git 4cd cmark 5mkdir build 6cd build 7cmake .. 8make 9sudo make install
1mkdir cmark
2cd cmark
3git clone https://github.com/commonmark/cmark.git
4cd cmark
5mkdir build
6cd build
7cmake ..
8make
9sudo make install