Skip to content

Commit

Permalink
Tweaks to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Apr 29, 2024
1 parent 051d310 commit e0cea4a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,17 @@ On Windows, Visual Studio is required (Community Edition is fine) with the `Desk
If `cmake-js` isn't already installed run `npm install -g cmake-js`. For the first build run the following:

```sh
npm run build-backend
git submodule update --init --recursive
npm run build-backend
npm install
npm run start
```

Subsequent builds only require the `npm run start` command.
Subsequent builds only require the `npm run start` command if you only wish to modify the frontend. Building the C++ backend will require running `npm run build-backend`.

## Packaging

TrackAudio will be automatically packaged as a .dmg on macOs, .deb on Linux and .exe installer on windows, run `npm run make` to package.

## Contributing

Expand Down

0 comments on commit e0cea4a

Please sign in to comment.