Commit 76e7f104 authored by Frank Barchard's avatar Frank Barchard Committed by Commit Bot

documentation updates

BUG=None
TEST=Untested

Change-Id: I8ab95654255d1aa9cf05a664ecf59ee6c0757e66
Reviewed-on: https://chromium-review.googlesource.com/434941Reviewed-by: 's avatarHenrik Kjellander <kjellander@chromium.org>
Commit-Queue: Frank Barchard <fbarchard@google.com>
parent 0fb56759
...@@ -44,7 +44,7 @@ For Android add `;target_os=['android'];` to your Linux .gclient ...@@ -44,7 +44,7 @@ For Android add `;target_os=['android'];` to your Linux .gclient
"safesync_url": "", "safesync_url": "",
}, },
]; ];
target_os = ["android", "unix"]; target_os = ["android", "linux"];
Then run: Then run:
...@@ -208,7 +208,7 @@ Running test with C code: ...@@ -208,7 +208,7 @@ Running test with C code:
make V=1 -f linux.mk clean make V=1 -f linux.mk clean
make V=1 -f linux.mk CXX=clang++ make V=1 -f linux.mk CXX=clang++
## Building the Library with cmake ## Building the library with cmake
Install cmake: http://www.cmake.org/ Install cmake: http://www.cmake.org/
...@@ -227,7 +227,7 @@ Install cmake: http://www.cmake.org/ ...@@ -227,7 +227,7 @@ Install cmake: http://www.cmake.org/
cmake --build . --config Release cmake --build . --config Release
sudo cmake --build . --target install --config Release sudo cmake --build . --target install --config Release
### Release package ### Build RPM/DEB packages
mkdir out mkdir out
cd out cd out
...@@ -237,8 +237,7 @@ Install cmake: http://www.cmake.org/ ...@@ -237,8 +237,7 @@ Install cmake: http://www.cmake.org/
## Setup for Arm Cross compile ## Setup for Arm Cross compile
See also See also https://www.ccoderun.ca/programming/2015-12-20_CrossCompiling/index.html
https://www.ccoderun.ca/programming/2015-12-20_CrossCompiling/index.html#setup
sudo apt-get install ssh dkms build-essential linux-headers-generic sudo apt-get install ssh dkms build-essential linux-headers-generic
sudo apt-get install kdevelop cmake git subversion sudo apt-get install kdevelop cmake git subversion
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment