1
0

document linux release process

closes #5030
This commit is contained in:
SomberNight
2019-01-25 19:14:28 +01:00
parent 0f0bdfe7f0
commit b085d7cc59
2 changed files with 28 additions and 8 deletions

View File

@@ -0,0 +1,20 @@
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
```