Skip to content

Commit

Permalink
Remove JSON-LD details from README (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashbeitz authored Oct 19, 2023
1 parent 2a72d82 commit 52eca8b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
- [Install SDL2 library](#install-sdl2-library)
- [Install MQTT Broker](#install-mqtt-broker)
- [Cloning the Repo](#cloning-the-repo)
- [Developer Notes](#developer-notes)
- [JSON-LD Crate](#json-ld-crate)
- [Building](#building)
- [Running the Tests](#running-the-tests)
- [Running the Samples](#running-the-samples)
Expand Down Expand Up @@ -86,15 +84,6 @@ and DTDL samples file. To ensure that these are included, please use the followi

`git clone --recurse-submodules https://github.com/eclipse-ibeji/ibeji`

## <a name="developer-notes">Developer Notes</a>

### <a name="json-ld-crate">JSON-LD Crate</a>

Ideally, we should be using the json_ld 0.6.1 crate, which takes its source from [here](https://github.com/timothee-haudebourg/json-ld).
However, it currently has a build issue that is discussed [here](https://github.com/timothee-haudebourg/json-ld/issues/40).
To work around this issue you will need to use git clone to obtain the source from [here](https://github.com/blast-hardcheese/json-ld)
and checkout its "resolve-issue-40" branch. It should be cloned to a directory that is a sibling to ibeji.

## <a name="building">Building</a>

Once you have installed the prerequisites, go to your enlistment's root directory and run:
Expand Down

0 comments on commit 52eca8b

Please sign in to comment.