summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2020-02-27 13:39:35 -0500
committerGitHub <noreply@github.com>2020-02-27 13:39:35 -0500
commit1f02377c4d8424813f933d88d6397ce8dd5a81ec (patch)
treea5eac7fc96b356599e9a6e770ca82f24d2a61ae3 /README.md
parentcf205533033588aa9813912c3ac2fb8b9cc327b3 (diff)
parent17b491bcda36b5d5ddc30a395fbcac085ffb85be (diff)
downloadsdl_core-1f02377c4d8424813f933d88d6397ce8dd5a81ec.tar.gz
Merge branch 'develop' into feature/readme_overhaul
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 57cdc07b19..9b98c6267a 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,12 @@ The Core component of SDL runs on a vehicle's computing system (head unit). Core
Pull Requests Welcome!
+## Environment
+Currently supported:
+* Ubuntu Linux 16.04 with GCC 5.4.x
+* Ubuntu Linux 18.04 with GCC 7.3.x
+* [C++11 standard](https://github.com/smartdevicelink/sdl_evolution/issues/132)
+
## Getting Started
See the [Getting Started](https://smartdevicelink.com/en/guides/core/getting-started/) guide in the developer portal for instructions on how to build and start SDL Core.