Skip to content

Commit e306681

Browse files
committed
Updated dependencies and instructions
1 parent 2c980eb commit e306681

File tree

9 files changed

+342
-337
lines changed

9 files changed

+342
-337
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
## Building
22

3-
Install Rust according to https://www.rust-lang.org/tools/install
3+
Install Rust according to https://www.rust-lang.org/tools/install.
44

5-
Install [zstd 1.4.9](https://github.com/facebook/zstd). For example, on Ubuntu you need the package `libzstd1`. For Windows, download the appropriate archive from the [releases](https://github.com/facebook/zstd/releases), extract it and add the extracted directory to your PATH.
5+
Install [zstd 1.5.2](https://github.com/facebook/zstd). For example, on Ubuntu you need the package `libzstd1`. For Windows, download the appropriate archive from the [releases](https://github.com/facebook/zstd/releases), extract it and add the extracted directory to your PATH.
66

77
Install [Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
88

99
Install [Python 3](https://www.python.org/downloads/). You may wish to use [pyenv](https://github.com/pyenv/pyenv/) to manage different Python versions conveniently.
1010

1111
Install [OpenJDK 11](https://openjdk.java.net/install/index.html) (other versions may work as well) and [ant](https://ant.apache.org/).
1212

13-
Install [.NET 6.0](https://dotnet.microsoft.com/download)
13+
Install [.NET 6.0](https://dotnet.microsoft.com/download).
1414

15-
Install [check](https://libcheck.github.io/check/) (works with at least 0.14 and 0.15) and [valgrind](https://valgrind.org/)
15+
Install [check](https://libcheck.github.io/check/) (works with at least 0.14 and 0.15) and [valgrind](https://valgrind.org/).
1616

17-
Install [R](https://www.r-project.org/), [devtools](https://devtools.r-lib.org/) with `install.packages("devtools")` and [tmc-r-tester](https://github.com/testmycode/tmc-rstudio) with `devtools::install_github("testmycode/tmc-r-tester/tmcRtestrunner", build = FALSE)`
17+
Install [R](https://www.r-project.org/), [devtools](https://devtools.r-lib.org/) with `install.packages("devtools")` and [tmc-r-tester](https://github.com/testmycode/tmc-rstudio) with `devtools::install_github("testmycode/tmc-r-tester/tmcRtestrunner", build = FALSE)`.
1818

1919
```bash
2020
git clone git@github.com:rage/tmc-langs-rust.git

0 commit comments

Comments
 (0)