Skip to content

Commit

Permalink
Fix c example readme
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanArkhipov1999 committed Mar 31, 2024
1 parent ca9cd90 commit 9699d6d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/c-examples/xtensa-esp32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ cd ~/esp/esp-idf
./install.sh esp32
```

## Before building the example

Before proceeding with building the example, it is essential to obtain the Martos C static library
and [link it](https://github.com/IvanArkhipov1999/Martos/blob/main/examples/c-examples/xtensa-esp32/main/CMakeLists.txt#L7) with the example code.

There are multiple avenues through which you can acquire the Martos C static library:
1. [From release artifacts.](https://github.com/IvanArkhipov1999/Martos/releases)
2. [From ci artifacts.](https://github.com/IvanArkhipov1999/Martos/actions)
3. [To build the Martos C static library independently.](https://github.com/IvanArkhipov1999/Martos/tree/main/c-library/xtensa-esp32)


## How to build the example

For a thorough guide on developing projects for the Xtensa ESP32 architecture across various operating systems,
Expand Down

0 comments on commit 9699d6d

Please sign in to comment.