File: README.md

package info (click to toggle)
soapysdr 0.8.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 948 kB
  • sloc: cpp: 5,378; ansic: 471; python: 311; sh: 21; makefile: 18
file content (11 lines) | stat: -rw-r--r-- 595 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
# Build Python version 3 bindings only

The python3/ directory is essentially a copy of the top level python/ directory,
however it looks solely for the Python version 3 executable and development files.
This directory is only activated when the top level python/ directory
is configured to build for a Python version 2 environment.

The purpose of the python3/ directory is allow for building both
Python version 2 and Python version 3 language bindings
on systems that support both Python installs simultaneously.
This also allows the debian packaging to build debs for both versions as well.