-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit of MAX Toolkit v0.4.0 to GitHub
- Loading branch information
Sam Coulter
committed
Aug 18, 2021
1 parent
62d85ae
commit 6fc0b41
Showing
490 changed files
with
64,302 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Doxygen | ||
Doxygen/output/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Alexa AVS Device SDK Patch | ||
|
||
This patch can be applied (using `git apply`) the the AVS Device SDK v1.23.0 to enable MAX compatability. | ||
|
||
You can checkout the proper version of the AVS Device SDK with: | ||
|
||
``` | ||
git clone --single-branch https://github.com/alexa/avs-device-sdk.git -b v1.23.0 | ||
``` | ||
|
||
and then apply this patch: | ||
|
||
``` | ||
cd avs-device-sdk | ||
git apply $PATH_TO_MAX_TOOLKIT_SOURCE/Agents/Alexa/avs-device-sdk-v1-23-0-max-compatability-patch.patch | ||
``` |
Oops, something went wrong.