Skip to content

Commit

Permalink
document linux release process
Browse files Browse the repository at this point in the history
closes #5030
  • Loading branch information
SomberNight committed Jan 25, 2019
1 parent 0f0bdfe commit b085d7c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -91,25 +91,25 @@ Create translations (optional)::
Creating Binaries Creating Binaries
================= =================


Linux
-----


To create binaries, create the 'packages' directory:: See :code:`contrib/build-linux/Readme.md`.


./contrib/make_packages

This directory contains the python dependencies used by Electrum.


Mac OS X / macOS Mac OS X / macOS
-------- ----------------

See :code:`contrib/osx/Readme.md`.


See `contrib/osx/`.


Windows Windows
------- -------


See `contrib/build-wine/`. See :code:`contrib/build-wine/docker/Readme.md`.




Android Android
------- -------


See `electrum/gui/kivy/Readme.md` file. See :code:`electrum/gui/kivy/Readme.md`.
20 changes: 20 additions & 0 deletions contrib/build-linux/README.md
Original file line number Original file line Diff line number Diff line change
@@ -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
```

0 comments on commit b085d7c

Please sign in to comment.