You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-6
Original file line number
Diff line number
Diff line change
@@ -76,12 +76,6 @@ swift package generate-xcodeproj
76
76
```
77
77
After this you have to set the path for libraries again.
78
78
79
-
⚠️**NOTE**⚠️ The last mysql homebrew version that Perfect currently supports is 5.7, so please try this command when some missing type issues were found on your build:
80
-
81
-
```
82
-
$ brew install mysql@5.7 && brew link mysql@5.7 --force
83
-
```
84
-
85
79
## Linux Build Notes
86
80
87
81
Ensure that you have installed libmysqlclient-dev for MySQL version *5.6 or greater*.
0 commit comments