From 2f39cfd11e4f06bd15a802e86c8b4e665f1e76f0 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 18 Dec 2016 02:54:01 +0330 Subject: updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 15a0557..9d3d18d 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ The code base uses Coverity for static analysis and CI Travis for checking the b #### **As soon as I manage to find a copy of the Misra-C:2012 document, I'll implement that. Currently the tool only supports Misra-C:2004.** Misra-C rule checker outputs a simple text or xml report. JSON support will be implemented in the future.
I'm using **TDD**. The files under the **test** folder are for that purpose. They are not unit tests or are not meant to test that the build process was successful.Those tests will be added later.
-The project has been tested to biuld on Fedora23(other major linux distros should be fine). Windows remains untested. I might give it a try when I feel masochistic enough.
+The project has been tested to biuld on Fedora23(other major linux distros should be fine) and Ubuntu trusty. Windows remains untested. I might give it a try when I feel masochistic enough.
The project might, at a later point in time, start using **Cmake** for the build process. Currently the TDD tests use CMake as an extra check.
Misra 2012 support will be added in the future.
Also a note regarding building the LLVM libraries. It is safer to build the libraries with clang++ if youre going to later use those libraries with clang++(you can get the distro version of clang from your distro's repo). The same applies to g++.
-- cgit v1.2.3