mirror of
https://github.com/lights0123/n-link.git
synced 2025-01-03 15:15:26 +00:00
Add setup instructions
This commit is contained in:
parent
5581de1baf
commit
1332f1b3fb
|
@ -3,6 +3,12 @@
|
||||||
Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire
|
Free, cross-platform, CX-II compatible computer linking program for the TI-Nspire
|
||||||
|
|
||||||
## Project setup
|
## Project setup
|
||||||
|
You'll need to install [Node.js](https://nodejs.org/en/download/package-manager),
|
||||||
|
[Yarn](https://classic.yarnpkg.com/en/docs/install/) (which may be included with your installation of Node.js), and
|
||||||
|
[Rust](https://rustup.rs/). You'll also need a
|
||||||
|
[C compiler](https://github.com/alexcrichton/cc-rs#compile-time-requirements) available. On Linux, you'll need
|
||||||
|
`webkit2gtk` and `squashfs-tools`, which, on Ubuntu, can be installed with
|
||||||
|
`sudo apt install webkit2gtk-4.0 squashfs-tools`.
|
||||||
```
|
```
|
||||||
yarn
|
yarn
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue