mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-04 10:19:16 +02:00
address @flub review comments, some other fixes
This commit is contained in:
parent
8d97b3d00f
commit
dbb1b256e6
2 changed files with 15 additions and 10 deletions
|
@ -24,6 +24,10 @@ addons:
|
|||
- python3.5-dev
|
||||
- python-software-properties
|
||||
- doxygen
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
install:
|
||||
- export CC=gcc-7
|
||||
- export CXX=g++-7
|
||||
|
@ -36,7 +40,7 @@ install:
|
|||
- tar xfv cyrus-sasl2_2.1.27~101-g0780600+dfsg.orig.tar.xz
|
||||
- pushd cyrus-sasl2-2.1.27~101-g0780600+dfsg.orig && ./autogen.sh && make && sudo
|
||||
make install && popd
|
||||
script:
|
||||
|
||||
script:
|
||||
- export BRANCH=${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}
|
||||
- echo "BRANCH=$BRANCH"
|
||||
|
|
|
@ -10,8 +10,7 @@ Installing pre-built packages (linux-only)
|
|||
==========================================
|
||||
|
||||
If you have a linux system you may install the ``deltachat`` binary "wheel" package
|
||||
without any "build-from-source" steps. There are no other platforms yet
|
||||
with automated
|
||||
without any "build-from-source" steps.
|
||||
|
||||
1. `Install virtualenv <https://virtualenv.pypa.io/en/stable/installation/>`_,
|
||||
then create a fresh python environment and activate it in your shell::
|
||||
|
@ -32,12 +31,11 @@ with automated
|
|||
python -c "import deltachat"
|
||||
|
||||
|
||||
Installing a wheel from a github branch
|
||||
Installing a wheel from a PR/branch
|
||||
---------------------------------------
|
||||
|
||||
For Linux, we automatically build wheels for all PRs
|
||||
and push them to a devpi/pypi index which case be used
|
||||
with ``pip``. For example, to install the latest "master" built::
|
||||
For Linux, we automatically build wheels for all github PR branches
|
||||
and push them to a python package index. To install the latest github master::
|
||||
|
||||
pip install -i https://m.devpi.net/dc/master deltachat
|
||||
|
||||
|
@ -46,12 +44,15 @@ Installing bindings from source
|
|||
===============================
|
||||
|
||||
If you can't use "binary" method above then you will need
|
||||
to `install the delta-core C-library <https://github.com/deltachat/deltachat-core/blob/master/README.md>`_ before you invoke the ``pip install deltachat`` command above.
|
||||
to `install the delta-core C-library <https://github.com/deltachat/deltachat-core/blob/master/README.md>`_ and then invoke installation of the source bindings::
|
||||
|
||||
pip install --no-binary deltachat
|
||||
|
||||
.. note::
|
||||
|
||||
If you can help with provide a way to automate the building of wheels
|
||||
for Mac or Windows, please provide a PR here or open an issue.
|
||||
If you can help to automate the building of wheels for Mac or Windows,
|
||||
that'd be much appreciated! please then get
|
||||
`in contact with us <https://delta.chat/en/contribute>`_.
|
||||
|
||||
|
||||
Code examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue