Browse Source

Document required MSYS2 fix

tags/v2.3.0-RC1
redtide Filipe Coelho <falktx@falktx.com> 3 years ago
parent
commit
df979e70ad
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      INSTALL.md

+ 6
- 0
INSTALL.md View File

@@ -1,5 +1,11 @@
# INSTALL for Carla

NOTE: when using MSYS2 on Windows, an additional step is necessary in order
to solve an issue with symbolic links to some dependency folders before build:
```
$ make msys2fix
```

To install Carla, simply run as usual:
```
$ make


Loading…
Cancel
Save