Skip to content

Commit

Permalink
Add more information on building with bazel and pin the bazel version…
Browse files Browse the repository at this point in the history
… in .bazelversion
  • Loading branch information
andrew-otiv committed Jan 2, 2025
1 parent eb3d705 commit 670dc9b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions examples/bazel_build/.bazelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
bazel-bin
bazel-otiv3
bazel-out
bazel-testlogs
target
1 change: 1 addition & 0 deletions examples/bazel_build/.bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.2.1
9 changes: 7 additions & 2 deletions examples/bazel_build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

# Slint Bazel Build example

This shows how to build a trivial slint application in the bazel build system.
This shows how to build a trivial slint application in the [bazel build system](https://bazel.build/)

Requires you to have a bazel toolchain setup.
Requires you to have a bazel toolchain setup. Installation instructions can be found [here](https://bazel.build/install)

This example has been tested with:
Slint 1.7.0
Ubuntu 24.04.1
Bazel 7.2.1 (specified in the file .bazelversion)

This example currently does NOT use the copy of slint in this repo; it pulls it in from crates.io.

Expand Down

0 comments on commit 670dc9b

Please sign in to comment.