LBRY-Vault/contrib/build-linux
Axel Gembe bb59a1298a
AppImage: Patch Python sysconfigdata
When building in docker on macOS, python builds with .exe extension
because the case insensitive file system of macOS leaks into docker.
This causes the build to result in a different output on macOS compared
to Linux. We simply patch sysconfigdata to remove the extension.

Some more info: https://bugs.python.org/issue27631
2019-06-23 04:13:23 +02:00
..
appimage AppImage: Patch Python sysconfigdata 2019-06-23 04:13:23 +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