Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wdcommunity/wdpksrc
Browse files Browse the repository at this point in the history
  • Loading branch information
WD-stefaang committed Jun 25, 2018
2 parents f2f6813 + 63800fc commit 6a6e854
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ For simple script based apps (like most of the current packages), you only need

On Ubuntu 16.04:

.. code::
apt-get install libxml2:i386
Ensure you have openssl v1.0.x, not openssl v1.1+.
Expand All @@ -32,9 +34,11 @@ Docker

The build environment is also available in a docker image.

docker build -t wdpk .
docker run -it -v $(pwd):/wdpksrc wdpk /bin/bash
cd wdpk/<somepackage>
.. code::
docker build -t wdpk .
docker run -it -v $(pwd):/wdpksrc wdpk /bin/bash
cd wdpk/<somepackage>
./build.sh
Native apps
Expand Down

0 comments on commit 6a6e854

Please sign in to comment.