aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2017-02-01 16:05:01 -0800
committerCommit Bot <commit-bot@chromium.org>2017-02-02 18:31:32 +0000
commit76e7f104ae69d9a4f7ed4ac74d6e2c4fd16b1594 (patch)
treef8f2f7a538bd88fac1c0ee18d8a1ee14cb6b8b3f /docs
parent0fb5675902f8f21a47008ef7d4c8478ec970507a (diff)
downloadlibyuv-76e7f104ae69d9a4f7ed4ac74d6e2c4fd16b1594.tar.gz
documentation updates
BUG=None TEST=Untested Change-Id: I8ab95654255d1aa9cf05a664ecf59ee6c0757e66 Reviewed-on: https://chromium-review.googlesource.com/434941 Reviewed-by: Henrik Kjellander <kjellander@chromium.org> Commit-Queue: Frank Barchard <fbarchard@google.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/getting_started.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/getting_started.md b/docs/getting_started.md
index 812dc3b2..141c29f9 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -44,7 +44,7 @@ For Android add `;target_os=['android'];` to your Linux .gclient
"safesync_url": "",
},
];
- target_os = ["android", "unix"];
+ target_os = ["android", "linux"];
Then run:
@@ -208,7 +208,7 @@ Running test with C code:
make V=1 -f linux.mk clean
make V=1 -f linux.mk CXX=clang++
-## Building the Library with cmake
+## Building the library with cmake
Install cmake: http://www.cmake.org/
@@ -227,7 +227,7 @@ Install cmake: http://www.cmake.org/
cmake --build . --config Release
sudo cmake --build . --target install --config Release
-### Release package
+### Build RPM/DEB packages
mkdir out
cd out
@@ -237,8 +237,7 @@ Install cmake: http://www.cmake.org/
## Setup for Arm Cross compile
- See also
- https://www.ccoderun.ca/programming/2015-12-20_CrossCompiling/index.html#setup
+See also https://www.ccoderun.ca/programming/2015-12-20_CrossCompiling/index.html
sudo apt-get install ssh dkms build-essential linux-headers-generic
sudo apt-get install kdevelop cmake git subversion