LBRY-Vault/contrib/build-linux
Axel Gembe c3b92aa13a
AppImage: Copy libusb binary into image
pkg2appimage excludes libusb-1.0.so by default for no good reason:

83483c2971/excludelist (L112)

This can cause an issue when the AppImage loads the systems libusb but the
systems libusb in turn loads libudev from the AppImage. The kernel ABI for
libusb will not be changing so it is safe to bundle it into the AppImage.

-----

taken from Electron-Cash/Electron-Cash@25d45fdcbf
2019-05-15 19:01:39 +02:00
..
appimage AppImage: Copy libusb binary into image 2019-05-15 19:01:39 +02:00
README.md document linux release process 2019-01-25 19:14:28 +01:00

Source tarballs

  1. Build locale files

    contrib/make_locale
    
  2. Prepare python dependencies used by Electrum.

    contrib/make_packages
    
  3. Create source tarball.

    contrib/make_tgz