Skip to content

Commit

Permalink
Fix build error after doing 'cmake clean'.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Nov 29, 2023
1 parent 1da3ea6 commit 1a2773e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"common": [
{
"url": "${PAG_GROUP}/vendor_tools.git",
"commit": "41a96c0ce95f8d064c51257887f6229051173477",
"commit": "46eb9e91897055bc42e8b86b50cf8d7232f02dc4",
"dir": "third_party/vendor_tools"
},
{
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,12 @@ At last, launch XCode and open the `mac/Hello2D.xcworkspace`. You'll be ready to

The web demo project requires the **Emscripten SDK**. You can download and install
it from the [official website](https://emscripten.org/). We recommend using the **3.1.20** version,
which has been fully tested with the tgfx library.
which has been fully tested with the tgfx library. If you are on macOS, you can also install it
using the following command:

```
brew install emscripten
```

To begin, navigate to the `web/` directory and execute the following command to install the
necessary node modules:
Expand Down

0 comments on commit 1a2773e

Please sign in to comment.