Add documenation on how to build the 'binaries'
This commit is contained in:
parent
bb9dda0950
commit
4bfe52a10c
17
BINARIES.md
Normal file
17
BINARIES.md
Normal 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
|
Loading…
x
Reference in New Issue
Block a user