Skip to content

Commit

Permalink
docs(README): Add missing mkdir step to the MacOS deploy section an…
Browse files Browse the repository at this point in the history
…d correct lib filename
  • Loading branch information
SebiAi committed Feb 6, 2024
1 parent 1279735 commit ee2dff6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,10 @@ Navigate to the build folder
```bash
cd build
```
Copy the built *TagLib* into the directory
Create the directory and copy the built *TagLib* into the directory
```batch
copy /path/to/libtag.dylib GlyphVisualizer.app/Contents/Frameworks/
mkdir GlyphVisualizer.app/Contents/Frameworks/
copy /path/to/libtag.2.dylib GlyphVisualizer.app/Contents/Frameworks/
```
Use [macdeployqt](https://doc.qt.io/qt-6/macos-deployment.html#the-mac-deployment-tool)
```bash
Expand Down

0 comments on commit ee2dff6

Please sign in to comment.