Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
poezio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
178
Issues
178
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poezio
poezio
Commits
f7c4a13d
Commit
f7c4a13d
authored
Jan 18, 2020
by
ge0rg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: list additional required packages, add Debian two-liner
parent
71d67d7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
doc/source/install.rst
doc/source/install.rst
+12
-0
No files found.
doc/source/install.rst
View file @
f7c4a13d
...
...
@@ -69,6 +69,18 @@ Packages required for building poezio and deps:
-
libidn
and
libidn
-
dev
,
only
if
you
want
to
use
cython_
(
see
below
)
-
python3
-
devel
(
or
equivalent
)
-
python3
-
setuptools
-
python3
-
pip
-
python3
-
venv
-
libffi
-
dev
(
for
pycares
,
needed
by
slixmpp
)
-
pyasn1
and
pyasn1
-
modules
(
needed
by
slixmpp
)
On
Debian
,
you
can
install
the
dependencies
as
follows
:
..
code
-
block
::
bash
apt
install
python3
-
dev
make
gcc
python3
-
setuptools
python3
-
pip
python3
-
venv
libffi
-
dev
pip3
install
--
user
pyasn1
pyasn1
-
modules
Then
you
can
run
``
make
``
to
build
it
the
poezio
C
extension
module
.
If
you
downloaded
the
standalone
stable
package
,
you
are
finished
here
and
can
skip
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment