File: preparing_linux_build_environment.rst

package info (click to toggle)
pywavelets 1.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,680 kB
  • sloc: python: 8,849; ansic: 5,134; makefile: 93
file content (27 lines) | stat: -rw-r--r-- 701 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.. _dev-preparing-linux-build-environment:


Preparing Linux build environment
=================================

There is a good chance that you already have a working build environment.
Just skip steps that you don't need to execute.


Installing basic build tools
----------------------------

Note that the example below uses ``aptitude`` package manager, which is
specific to Debian and Ubuntu Linux distributions. Use your favourite package
manager to install these packages on your OS.

::

    aptitude install build-essential gcc python-dev git-core


Next steps
----------

After completing these steps continue with
:ref:`Installing build dependencies <dev-installing-build-dependencies>`.