Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
update Compilation Guide & add yasm checker
- Loading branch information
1 parent
d3511e5
commit 4a1e66b96b0dba42079c344fca47ef153d76d102
Showing
2 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -2,6 +2,8 @@ | ||
|
||
source "bin/init/env.sh" | ||
|
||
yasm --version || exit 1 | ||
|
||
cd TMessagesProj/jni || exit 1 | ||
git submodule update --init libvpx | ||
|
||