Bonjour
Tu peux essayer ce qui est proposé dans leur site
http://www.k-3d.org/
Mais je crains que cela soit très compliqué
J'ai commencé le début mais le résultat de la compilation fait appel à tellement de choses anciennes que cela risque d'être compliqué
sudo apt install git
git clone git://github.com/K-3D/k3d.git
sudo apt install cmake
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-9
mkdir k3d-build
cd k3d-build
export CC=/usr/bin/gcc
export CXX=/usr/bin/g++-9
cmake ../k3d
...................
CMake Deprecation Warning at CMakeLists.txt:5 (CMAKE_POLICY):
The OLD behavior for policy CMP0003 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
CMake Deprecation Warning at CMakeLists.txt:7 (CMAKE_POLICY):
The OLD behavior for policy CMP0026 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
-- checking the width of std::vector<>::size_type for this platform
-- std::vector<>::size_type is 64 bits
-- checking for module 'cairomm-1.0'
-- package 'cairomm-1.0' not found
-- checking for module 'dbus-glib-1'
-- package 'dbus-glib-1' not found
-- checking for module 'freetype2'
-- package 'freetype2' not found
-- checking for module 'giomm-2.4'
-- package 'giomm-2.4' not found
-- checking for module 'glibmm-2.4>=2.26'
-- package 'glibmm-2.4>=2.26' not found
-- checking for module 'gtkglext-1.0'
-- package 'gtkglext-1.0' not found
-- checking for module 'gtkmm-2.4'
-- package 'gtkmm-2.4' not found
-- checking for module 'gtksourceview-2.0'
-- package 'gtksourceview-2.0' not found
-- checking for module 'gts'
-- package 'gts' not found
-- Could NOT find ImageMagick (missing: ImageMagick_Magick++_LIBRARY)
-- checking for module 'OpenEXR'
-- package 'OpenEXR' not found
-- Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_glx_LIBRARY OPENGL_INCLUDE_DIR)
-- checking for one of the modules 'glewmx;glew'
-- checking for module 'osmesa'
-- package 'osmesa' not found
-- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
-- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
-- Found PythonInterp: /usr/bin/python3.8 (found version "3.8.5")
-- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-- checking for module 'sigc++-2.0'
-- package 'sigc++-2.0' not found
-- checking for package 'EXPAT'
-- Could NOT find EXPAT (missing: EXPAT_LIBRARY EXPAT_INCLUDE_DIR)
-- package 'EXPAT' not found
-- checking for package 'LibXml2'
-- Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR)
-- package 'LibXml2' not found
-- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
-- Found unsuitable Qt version "" from NOTFOUND
CMake Error at /usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message):
Could NOT find Boost (missing: Boost_INCLUDE_DIR date_time program_options
regex system unit_test_framework python) (Required is at least version
"1.42")
Call Stack (most recent call first):
/usr/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:393 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.16/Modules/FindBoost.cmake:2179 (find_package_handle_standard_args)
cmake/modules/K3DFindBoost.cmake:9 (FIND_PACKAGE)
CMakeLists.txt:254 (INCLUDE)
-- Configuring incomplete, errors occurred!
See also "/home/a/k3d-build/CMakeFiles/CMakeOutput.log".
See also "/home/a/k3d-build/CMakeFiles/CMakeError.log".
a@b:~/k3d-build$
make
Ajout la version n'est pas disponible sous focal
https://launchpad.net/ubuntu/focal/+source/k3d
Mais le projet ne semble pas mort........