Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Add dependency on python3-dev package
Browse files Browse the repository at this point in the history
  • Loading branch information
altran01 committed May 12, 2017
1 parent a77e615 commit 171de5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ endif(WIN32 AND NOT MSVC)
if(CMAKE_HOST_UNIX AND NOT CMAKE_HOST_APPLE)
set(CPACK_PACKAGE_CONTACT "[email protected]")
set(CPACK_DEBIAN_PACKAGE_SECTION "utils")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt5core5a (>= 5.5.1), libqt5gui5 (>= 5.5.1), libqt5widgets5 (>= 5.5.1), libqt5network5 (>= 5.5.1), zlib1g (>= 1:1.2.8), python3 (>= 3.5.0), python3-venv (>= 3.5.0)")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt5core5a (>= 5.5.1), libqt5gui5 (>= 5.5.1), libqt5widgets5 (>= 5.5.1), libqt5network5 (>= 5.5.1), zlib1g (>= 1:1.2.8), g++, python3 (>= 3.5.0), python3-venv (>= 3.5.0), python3-dev (>= 3.5.0)")
install(TARGETS main_ui RUNTIME DESTINATION bin COMPONENT "application")

install(FILES "${PROJECT_SOURCE_DIR}/resources/install/veles.desktop" DESTINATION share/applications/ COMPONENT "application")
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ corresponding to the dependencies above.

On Ubuntu it can be done like this::

apt-get install cmake zlib1g-dev qtbase5-dev python3 python3-venv
apt-get install cmake zlib1g-dev qtbase5-dev g++ python3 python3-venv python3-dev

To build ::

Expand Down

0 comments on commit 171de5e

Please sign in to comment.