Skip to content

Commit

Permalink
fix: README
Browse files Browse the repository at this point in the history
  • Loading branch information
0-Sacha committed Jun 1, 2024
1 parent cd9e267 commit 3a4a033
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

##### Build and Run examples one by one (Recommended)
Example with `//Workflow:Workflow` (see below for the list of example)
```
bazelisk run //Workflow:Workflow
```
```
bazelisk run //Workflow:Workflow
```

##### Compile all examples, then run binaries
To compile every example:
```
bazelisk build //...
```
```
bazelisk build //...
```

Then you can run a program with (example with `//Workflow:Workflow`, see below for the list of example)
```
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ It can be used using [Bazel](https://bazel.build/).
A `cc_library` rule has been created: `@LittleECS//:LittleECS`.
You need to add the module `littleecs` to your dependencies.

You will need at least to give an c++ standard to use (at least c++20) since no one have been forced. You can check the [bazelrc](.bazelrc) to see how you can add one.

Not Recommended: There is also a [Premake](https://premake.github.io/docs/using-premake) configuration, thought it is deprecated (and run on a wrapper of mine: [PremakeUtilities](https://github.com/0-Sacha/PremakeUtilities)). I keep it for my Game Engine [Blackbird](https://github.com/0-Sacha/Blackbird) which is using `Premake` as Build system.

0 comments on commit 3a4a033

Please sign in to comment.