Commit 74491ba0 authored by Frank Barchard's avatar Frank Barchard

add blank lines to getting started

BUG=libyuv:626

Review URL: https://codereview.chromium.org/2225763003 .
parent d19f1c31
Name: libyuv Name: libyuv
URL: http://code.google.com/p/libyuv/ URL: http://code.google.com/p/libyuv/
Version: 1608 Version: 1609
License: BSD License: BSD
License File: LICENSE License File: LICENSE
......
...@@ -55,6 +55,7 @@ Then run: ...@@ -55,6 +55,7 @@ Then run:
gclient sync gclient sync
Caveat: Theres an error with Google Play services updates. If you get the error "Your version of the Google Play services library is not up to date", run the following: Caveat: Theres an error with Google Play services updates. If you get the error "Your version of the Google Play services library is not up to date", run the following:
cd chromium/src cd chromium/src
./build/android/play_services/update.py download ./build/android/play_services/update.py download
cd ../.. cd ../..
...@@ -64,6 +65,7 @@ For Windows the gclient sync must be done from an Administrator command prompt. ...@@ -64,6 +65,7 @@ For Windows the gclient sync must be done from an Administrator command prompt.
The sync will generate native build files for your environment using gyp (Windows: Visual Studio, OSX: XCode, Linux: make). This generation can also be forced manually: `gclient runhooks` The sync will generate native build files for your environment using gyp (Windows: Visual Studio, OSX: XCode, Linux: make). This generation can also be forced manually: `gclient runhooks`
To get just the source (not buildable): To get just the source (not buildable):
git clone https://chromium.googlesource.com/libyuv/libyuv git clone https://chromium.googlesource.com/libyuv/libyuv
......
...@@ -11,6 +11,6 @@ ...@@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_ #define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 1608 #define LIBYUV_VERSION 1609
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
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