Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleclone repo:
git clone https://bitbucket.org/dilos/du3.git


Warning
titlegit and HTTP(s) might not work

There is a bug in the deep core of libcurl+libtls git might not work with http(s):

"Failed sending HTTP2 data" or "Failed sending HTTP request"

In this case switch to use ssh transport instead of HTTP(s)


Code Block
languagebash
titlego to components directory:
cd du3/components

...

Building process goes in the <du3>/components/apt/build directory,  the result will be placed into the same directory, you should see *.deb files in the build directory.


Compare