Skip to content

Commit

Permalink
Initial commit of MAX Toolkit v0.4.0 to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Coulter committed Aug 18, 2021
1 parent 62d85ae commit 6fc0b41
Show file tree
Hide file tree
Showing 490 changed files with 64,302 additions and 49 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Doxygen
Doxygen/output/
16 changes: 16 additions & 0 deletions Agents/Alexa/README.md
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
```
Loading

0 comments on commit 6fc0b41

Please sign in to comment.