Skip to content

Commit

Permalink
minor note on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahseaman authored Jun 1, 2018
1 parent 0abbb0f commit 3c3ca72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ PyInstaller fluentdna.mac.spec
```
You may need to troubleshoot the contents of fluentdna.mac.spec using [this documentation](https://pyinstaller.readthedocs.io/en/v3.3.1/spec-files.html#spec-file-options-for-a-mac-os-x-bundle)

### Linux:
### Linux using cx_freeze:
This documentation may be out of date after the pip refactor and switch to PyInstaller platform. Consider following the Mac example and use [PyInstaller for Linux](https://pyinstaller.readthedocs.io/en/v3.3.1/requirements.html#linux) instead.

- Requires ldd and objdump installed (probably already on your system)
- Install Mercurial `sudo apt-get install mercurial`
Expand Down

0 comments on commit 3c3ca72

Please sign in to comment.