Skip to content

Commit a00dd54

Browse files
0x41kravchenkolukash
authored andcommitted
Add macOS build instruction and support spaces in vesc_tool path
1 parent a86a3eb commit a00dd54

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ all: refloat.vescpkg
99

1010
refloat.vescpkg: src lisp/package.lisp package_README-gen.md ui.qml
1111
ifeq ($(OLDVT), 1)
12-
$(VESC_TOOL) --buildPkg "refloat.vescpkg:lisp/package.lisp:ui.qml:0:package_README-gen.md:Refloat"
12+
"$(VESC_TOOL)" --buildPkg "refloat.vescpkg:lisp/package.lisp:ui.qml:0:package_README-gen.md:Refloat"
1313
else
14-
$(VESC_TOOL) --buildPkgFromDesc pkgdesc.qml
14+
"$(VESC_TOOL)" --buildPkgFromDesc pkgdesc.qml
1515
endif
1616

1717
src:

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ If you don't have `vesc_tool` in your `$PATH` (but you have, for example, a down
3030
```sh
3131
make VESC_TOOL=/path/to/vesc_tool
3232
```
33+
For macOS, the path to VESC Tool when installed using the official installer is as follows:
34+
```sh
35+
make VESC_TOOL="/Applications/VESC Tool.app/Contents/MacOS/VESC Tool"
36+
```
3337

3438
## Documentation
3539
[Development Documentation](doc/index.md)

0 commit comments

Comments
 (0)