[gelöst]qt alles dabei?

Vom einfachen Programm zum fertigen Debian-Paket, Fragen rund um Programmiersprachen, Scripting und Lizenzierung.
Antworten
mampfi
Beiträge: 1738
Registriert: 16.08.2005 18:15:29
Lizenz eigener Beiträge: GNU General Public License
Wohnort: münchen

[gelöst]qt alles dabei?

Beitrag von mampfi » 25.05.2018 15:21:37

Wenn ich mit apt-get install qt-sdk ein qt-Entwicklungssystem installiere (stretch), ist alles dabei, was ich dafür benötige?

(C, C++, make)
Zuletzt geändert von mampfi am 02.06.2018 14:28:48, insgesamt 1-mal geändert.
Es gibt viele Foren

RobertDebiannutzer
Beiträge: 385
Registriert: 16.06.2017 09:52:36

Re: qt alles dabei?

Beitrag von RobertDebiannutzer » 25.05.2018 21:24:30

Warum schaust Du Dir denn nicht die Abhängigkeiten an?

Code: Alles auswählen

$ apt show qt-sdk
Package: qt-sdk
Version: 2
Priority: optional
Section: devel
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Installed-Size: 32,8 kB
Depends: build-essential, cmake, gdb, git-core, libqt4-dev, libqt4-opengl-dev, libphonon-dev, qt4-designer, qt4-dev-tools, qt4-doc, qt4-doc-html, qt4-qmake, qtcreator, qtcreator-doc, subversion
Suggests: libqt4-dbg, libqt4-webkit-dbg, libqt4-xmlpatterns-dbg
Tag: role::metapackage, uitoolkit::qt
Download-Size: 1.974 B
APT-Sources: http://ftp.de.debian.org/debian stretch/main amd64 Packages
Description: Complete Qt Software Development Kit
 This meta-package provides a complete Qt Software Development Kit.
 Tools cover IDE, revision control, debugging and documentation.


$ apt show cmake
Package: cmake
Version: 3.7.2-1
Priority: optional
Section: devel
Maintainer: Debian CMake Team <pkg-cmake-team@lists.alioth.debian.org>
Installed-Size: 16,3 MB
Pre-Depends: dpkg (>= 1.17.5~)
Depends: cmake-data (= 3.7.2-1), procps, libarchive13 (>= 3.0.4), libc6 (>= 2.15), libcurl3 (>= 7.16.2), libexpat1 (>= 2.0.1), libgcc1 (>= 1:3.0), libjsoncpp1 (>= 1.7.4), libstdc++6 (>= 5.2), libuv1 (>= 1.4.2), zlib1g (>= 1:1.2.3.3)
Recommends: gcc, make
Suggests: codeblocks, eclipse, ninja-build
Homepage: https://cmake.org/
Tag: devel::buildtools, implemented-in::c++, interface::text-mode,
 role::program, scope::utility, uitoolkit::ncurses,
 works-with::software:source
Download-Size: 3.038 kB
APT-Sources: http://ftp.de.debian.org/debian stretch/main amd64 Packages
Description: cross-platform, open-source make system
 CMake is used to control the software compilation process using
 simple platform and compiler independent configuration files. CMake
 generates native makefiles and workspaces that can be used in the
 compiler environment of your choice. CMake is quite sophisticated: it
 is possible to support complex environments requiring system
 configuration, pre-processor generation, code generation, and template
 instantiation.
 .
 CMake was developed by Kitware as part of the NLM Insight
 Segmentation and Registration Toolkit project. The ASCI VIEWS project
 also provided support in the context of their parallel computation
 environment. Other sponsors include the Insight, VTK, and VXL open
 source software communities.

N: There is 1 additional record. Please use the '-a' switch to see it


$ apt show build-essential
Package: build-essential
Version: 12.3
Priority: optional
Section: devel
Maintainer: Matthias Klose <doko@debian.org>
Installed-Size: 20,5 kB
Depends: libc6-dev | libc-dev, gcc (>= 4:6.3), g++ (>= 4:6.3), make, dpkg-dev (>= 1.17.11)
Tag: devel::packaging, interface::commandline, role::data, suite::debian
Build-Essential: yes
Download-Size: 7.346 B
APT-Manual-Installed: yes
APT-Sources: http://ftp.de.debian.org/debian stretch/main amd64 Packages
Description: Informational list of build-essential packages
 If you do not plan to build Debian packages, you don't need this
 package.  Starting with dpkg (>= 1.14.18) this package is required
 for building Debian packages.
 .
 This package contains an informational list of packages which are
 considered essential for building Debian packages.  This package also
 depends on the packages on that list, to make it easy to have the
 build-essential packages installed.
 .
 If you have this package installed, you only need to install whatever
 a package specifies as its build-time dependencies to build the
 package.  Conversely, if you are determining what your package needs
 to build-depend on, you can always leave out the packages this
 package depends on.
 .
 This package is NOT the definition of what packages are
 build-essential; the real definition is in the Debian Policy Manual.
 This package contains merely an informational list, which is all
 most people need.   However, if this package and the manual disagree,
 the manual is correct.

mampfi
Beiträge: 1738
Registriert: 16.08.2005 18:15:29
Lizenz eigener Beiträge: GNU General Public License
Wohnort: münchen

Re: qt alles dabei?

Beitrag von mampfi » 26.05.2018 17:16:08

Ist die Einarbeitung in debian noch nicht abgeschlosssen *duck*

Wenn ichs richtig gelesen hab, dann ja
Es gibt viele Foren

Antworten