Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
callmeclover committed May 31, 2024
1 parent d3d0619 commit 1ac1de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ when you fork this project, or a fork of this project, you take all responsibili

## developing

if you're on windows you can already build jerry to boot (`cargo build`). if you are on linux, mac, or pretty much anything other than windows, you can't really run it (probably, no testing has been done) because jerry depends on the `windows` crate. you can, however, use [cross](https://github.com/cross-rs/cross) for cross-compilation.
jerry runs natively on windows, macos, and linux, though currently only windows supports the `advanced` feature.

multi-platform support will be added in a future update, but this will require a rewrite of some features, including `invisibility` and `advanced`.
you can make a pull request if you have an implementation of anything, or make an issue if you have a bug report or feature request.

on linux you will need [`libspeechd-dev`](https://github.com/brailcom/speechd), `libclang1`, and `clang`. view the repo for speechd's build instructions, but you can also check your package manager, e.g. `sudo apt install libspeechd-dev libclang1 clang` on a debian/ubuntu based distro.

0 comments on commit 1ac1de1

Please sign in to comment.