Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 24 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A native implementation of Ecdar-GUI-Web

## Compile
Be shure to be in the root folder of the project and follow these steps
Be sure to be in the root folder of the project and follow these steps

### Install Dependencies

Expand All @@ -28,17 +28,36 @@ $ sudo apt install cargo node npm
#### Mac

#### Windows
```
Install cargo
https://doc.rust-lang.org/cargo/getting-started/installation.html

Install node
https://nodejs.org/en/download/

update npm
$ npm i -g npm@latest

While installing dependencies, firewalls might have to be disabled.
```

### Npm Dependencies
```
$ npm i -g vite
$ npm i -g vite yarn
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$ npm i -g vite yarn
$ npm i -g yarn


```

### Yarn Dependencies
```
$ cd Ecdar-GUI-WEB
$ npm install
$ yarn install
$ cd ..
```

```

### Cargo dependencies
```
$ cargo install tauri-cli
$ cargo install tauri-cli
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$ cargo install tauri-cli
$ cargo install tauri-cli

```
### Run
#### Dev
Expand Down