Last active
December 6, 2020 08:21
-
-
Save blippy/ef99a26b29399f61139079f5b73e9c5e to your computer and use it in GitHub Desktop.
Compiling cinelerra-cv on Ubuntu 18.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Setup for Ubuntu 18.08, 18.10 | |
# standard'ish GNU tools | |
sudo apt-get install libtool # stops configure.ac AC_ENABLE_SHARED, ... probs | |
# Other items seems required by ubuntu 17.10 | |
sudo apt-get install nasm | |
sudo apt install libfontconfig1-dev intltool libxft-dev | |
# mandatory formats | |
sudo apt-get install \ | |
libogg-dev \ | |
libvorbis-dev \ | |
libdv-dev \ | |
libtheora-dev \ | |
libjpeg-dev \ | |
libfaac-dev \ | |
libfaad-dev \ | |
libtiff-dev \ | |
libx264-dev \ | |
libfftw3-dev \ | |
libopenexr-dev \ | |
uuid-dev \ | |
libmjpegtools-dev \ | |
liba52-dev \ | |
libmp3lame-dev \ | |
libsndfile-dev | |
#optional formats | |
sudo apt-get install \ | |
libraw1394-dev \ | |
libiec61883-dev \ | |
libavc1394-dev | |
# optional, but you might as well: | |
sudo apt-get install \ | |
libqt4-opengl-dev \ | |
libopencv-dev | |
# added 30-Jun-2018 | |
sudo apt install \ | |
libasound-dev \ | |
libxv-dev \ | |
ffmpeg \ | |
ffmpeg-doc | |
References:
- Compiling #cinelerra-cv in Ubuntu Xenial
- Documentation. Specifically: "How to build from source"
This is now incorporated in a cerbo project
Hi blippy,
The Cinelerra-CV project has been moved to a free platform.
So,
our new redesigned official website is available at http://cinelerra-cv.wikidot.com ;
our new official Mailing List - cinelerra-cv-team(@)freelist(dot)org ;
our new official repo is available at https://github.com/cinelerra-cv-team/cinelerra-cv
* All git users should update their remote URL to the new domain.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no guarantees that the instructions above are necessary or sufficient, but it should give you a fighting chance.
These instructions are known to work (to a first-order approximation) under cinelerra-cv version:
Once you have run the
cinelerra-dependencies.sh
script, run the following:To run: