-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from Derecho-Project/songweijia-patch-1
Introducing Cascade/Derecho version compatible table.
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,12 @@ We recommend coordinating with [Weijia Song](mailto:[email protected]) if you | |
- Python 3.8 or newer and [pybind11](https://github.com/pybind/pybind11) (Optional for Python API) | ||
- OpenJDK 11.06 or newer. On Ubuntu, use `apt install openjdk-11-jdk` to install it. (Optional for Java API) | ||
- .NET Framework 6x. Please follow the instructions from Microsoft to install it based on Linux distro [here](https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu). (Optional for C\# API) | ||
- Derecho v2.4.0 Plesae follow this [document](http://github.com/Derecho-Project/derecho) to install Derecho. Note: this cascade version replies on Derecho commit 45d81d0 on the master branch. | ||
- Derecho. Plesae follow this [document](http://github.com/Derecho-Project/derecho) to install Derecho. Please follow the following Derecho/Cascade compatible table to choose the compatible derecho version: | ||
|
||
| Cascade | Derecho | | ||
| --- | --- | | ||
| `v1.0.0` | [Commit 982f54a on `master`](https://github.com/Derecho-Project/derecho/commit/982f54a28ae62e85772cb4f071c46c138fd95016) | | ||
| `v1.0.1` | [v2.4.0](https://github.com/Derecho-Project/derecho/releases/tag/v2.4.0) | | ||
|
||
## Build Cascade | ||
1) Download Cascade Source Code | ||
|