Cleanup src_plugin_sdk directory

- No need to copy local files
- No need to keep local copy of 'etherum-plugin-sdk' files
- Select needed files directly from the Makefile
This commit is contained in:
Charles-Edouard de la Vergne
2024-04-12 12:23:30 +02:00
parent 5e21c7c5a9
commit 1ddd0e9671
19 changed files with 12 additions and 1373 deletions

View File

@@ -135,6 +135,12 @@ If you prefer using a terminal to perform the steps manually, you can use the gu
Setup a compilation environment by following the [shell with docker approach](#with-a-terminal).
Be sure you checkout the submodule:
```shell
git submodule update --init
```
From inside the container, use the following command to build the app:
```shell