Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
- Specify a dependency on g++ instead of on gcc
- Correct the text in the license block

Change-Id: I748256ae813ad7e62089ce35893bd6ce0ab68098
  • Loading branch information
Keith Derrick committed Aug 30, 2012
1 parent d8f57b7 commit aadbd74
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Below are the tools and libraries (and their minimum versions) required to build

* cmake (version required by openwebos/cmake-modules-webos)
* Boost-regex 1.46
* gcc 4.6.3
* g++ 4.6.3
* glib-2.0 2.32.1
* make (any version)
* openssl 1.0.1
Expand Down Expand Up @@ -69,10 +69,13 @@ You will need to use `sudo` if you did not specify `WEBOS_INSTALL_ROOT`.

# Copyright and License Information

All content, including all source code files and documentation files in this repository are:
Unless otherwise specified, all content, including all source code files and
documentation files in this repository are:

Copyright (c) 2009-2012 Hewlett-Packard Development Company, L.P.

Unless otherwise specified or set forth in the NOTICE file, all content,
including all source code files and documentation files in this repository are:
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this content except in compliance with the License.
You may obtain a copy of the License at
Expand Down

0 comments on commit aadbd74

Please sign in to comment.