Created Compile from source (markdown)

Erwin Ried 2020-05-05 13:31:17 +02:00
parent 42c202539c
commit 5c942a5ade

7
Compile-from-source.md Normal file

@ -0,0 +1,7 @@
The easiest way is to use Docker.
For building:
`docker build -t portapackccache -f dockerfile-nogit .`
For running (in the root of the repo):
`docker run -it -v ${PWD}:/havoc portapackccache`