Add documenation on how to build the 'binaries'

This commit is contained in:
Justin Hawkins 2017-02-16 21:50:33 +10:30
parent bb9dda0950
commit 4bfe52a10c

17
BINARIES.md Normal file
View File

@ -0,0 +1,17 @@
# Building "binaries"
For perl toolchain-free distribution.
Install PAR::Packer first, then:
## Mac
pp -M IO::Socket::SSL -o dau-mac dau
## Linux
pp -M IO::Socket::SSL -o dau-linux dau
## Windows
pp -M IO::Socket::SSL -o dau.exe dau