From c1f9d5f7e2f30ffb5f9edfdbcd24545e00652870 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 9 Dec 2015 11:20:00 +0100 Subject: [PATCH] Added comments to libclangmm and tiny-process-library dependencies --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8424dce..778e710 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ See [enhancements](https://github.com/cppit/jucipp/labels/enhancement) for plann * gtksourceviewmm-3.0 * aspell * libclang -* [libclangmm](http://github.com/cppit/libclangmm/) -* [tiny-process-library](http://github.com/eidheim/tiny-process-library/) +* [libclangmm](http://github.com/cppit/libclangmm/) (compiled directly from git submodule, no need to install) +* [tiny-process-library](http://github.com/eidheim/tiny-process-library/) (compiled directly from git submodule, no need to install) ## Installation ## See [installation guide](http://github.com/cppit/jucipp/blob/master/docs/install.md).