Skip to content

Commit

Permalink
Merge pull request #73 from XapaJIaMnu/fix-bundle-signing
Browse files Browse the repository at this point in the history
Small update to readme with regards to #69
  • Loading branch information
XapaJIaMnu authored Dec 14, 2021
2 parents 0754b6b + a6a9f10 commit de3bbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ make -j5
Requires `QT>=5 libarchive intel-mkl-static`. We make use of the `QT>=5 network`, `QT>=5 linguisticTool` and `QT>=5 svg` components. Depending on your distro, those may be split in separate package from your QT package (Eg `qt{6/7}-tools-dev`; `qt{5/6}-svg` or `libqt5svg5-dev`). QT6 is fully supported and its use is encouraged. `intel-mkl-static` may be part of `mkl` or `intel-mkl` packages.

## MacOS Build
On MacOS, translateLocally doesn't rely on MKL, but instead on Apple accelerate. To produce a `.dmg`do:
On MacOS, translateLocally doesn't rely on MKL, but instead on Apple accelerate. If you want to build a portable executable that is able to run on multiple machines, we recommend using Qt's distribution of Qt, as opposed to homebrew's due to issues with [macdeployqt](https://github.com/XapaJIaMnu/translateLocally/issues/69). To produce a `.dmg`do:
```bash
mkdir build
cd build
Expand Down

0 comments on commit de3bbeb

Please sign in to comment.