This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
43
Activity
Browse Source
Document required MSYS2 fix
tags/v2.3.0-RC1
redtide
Filipe Coelho
<falktx@falktx.com>
4 years ago
parent
186e2d6b23
commit
df979e70ad
1 changed files
with
6 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
INSTALL.md
+ 6
- 0
INSTALL.md
View File
@@ -1,5 +1,11 @@
# INSTALL for Carla
# 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:
To install Carla, simply run as usual:
```
```
$ make
$ make
Write
Preview
Loading…
Cancel
Save