Skip to content

Commit

Permalink
docs: Add instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Dec 26, 2024
1 parent b114e5c commit 05aa4da
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ Can be used to launch a 100% flutter app or to integrate flutter into an existin
- Vulkan / Metal / D3D
- Integrate into QWidget or QtQuick

## Instructions

Install `ms-vscode-remote.remote-containers` extension in vscode and open the `.devcontainer`.

Build the embedder.

Build the example by running `build_example.sh`.

Run the example:
`./build-dev/qtembedder -m -e examples/default_counter_app`


## Licensing

Licensed as GPL-3, feel free to contact us for other licensing options.

0 comments on commit 05aa4da

Please sign in to comment.