Skip to content

Commit

Permalink
Relect recent cmake changes in the README
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
  • Loading branch information
hikinggrass committed Nov 3, 2023
1 parent 0197d68 commit 14b5a1b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions everestrs/everestrs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,7 @@ This is Rust support using cxx.rs to wrap the framework C++ library.
on being built in a workspace where `make install` was run once.

Check warning on line 11 in everestrs/everestrs/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

everestrs/everestrs/README.md#L11

[list-item-spacing] Missing new line after list item
- You can now try building the code, but it will not do anything: `cd everestrs

Check warning on line 12 in everestrs/everestrs/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

everestrs/everestrs/README.md#L12

[list-item-bullet-indent] Incorrect indentation before bullet: remove 2 spaces

Check warning on line 12 in everestrs/everestrs/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

everestrs/everestrs/README.md#L12

[list-item-indent] Incorrect list-item indent: add 2 spaces
&& cargo build --all`

Check warning on line 13 in everestrs/everestrs/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

everestrs/everestrs/README.md#L13

[list-item-spacing] Missing new line after list item
- If you want to play with a node, check out `https://github.com/EVerest/everest-core/pull/344` in your workspace and run make install.
- Go to `everest-core/modules/RsSomkeTest` and run `cargo build` there.
- There is no support for building or installing Rust modules with cMake
currently, so let's fake the installation:
- Go to `everest-core/build/dist/libexec/everest/modules` and create the stuff needed for a module:
~~~bash
mkdir RsSmokeTest
ln -s ../../../../../../modules/RsSmokeTest/target/debug/smoke_test RsSmokeTest
ln -s ../../../../../../modules/RsSmokeTest/manifest.yaml .
~~~
- You should now be able to configure the `RsSmokeTest` module in your config
- You should now be able to configure the `RsExample` or `RsExampleUser` modules in your config

Check warning on line 14 in everestrs/everestrs/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

everestrs/everestrs/README.md#L14

[list-item-bullet-indent] Incorrect indentation before bullet: remove 2 spaces

Check warning on line 14 in everestrs/everestrs/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

everestrs/everestrs/README.md#L14

[list-item-indent] Incorrect list-item indent: add 2 spaces
YAML.

## Differences to other EVerest language wrappers
Expand Down

0 comments on commit 14b5a1b

Please sign in to comment.