Skip to content

Commit

Permalink
building from source
Browse files Browse the repository at this point in the history
  • Loading branch information
ngawangtrinley committed Apr 7, 2018
1 parent 85af7d5 commit c7f0852
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,15 @@ First version of an archive auditing tool for BDRC
* Pillow integration
* audit image metadata
* generate archive and web bundles
* sync images to the server when ready
* sync images to the server when ready

### Building from source

To build the project from source, get [PyInstaller](http://pyinstaller.readthedocs.io/en/stable/installation.html) on your machine and use the following command:

pyinstaller -w -F bdrc-audit.py --icon=rc/icon-windowed.icns

In order to support **retina** display on Mac, locate the *Info.plist* directory in the *bdrc-audit.app* bundle and add the following string/key pair at the end of the list:

<string>NSHighResolutionCapable</string>
<key>True</key>

0 comments on commit c7f0852

Please sign in to comment.