Cross platform ffmpeg to work on various systems.
Project description
Update Instructions
Ubuntu
Install graphviz as usual with apt-get install -y graphviz
mkdir -p temp_package/bin
mkdir -p temp_package/lib
# Copy the 'dot' binary
cp -v $(which dot) temp_package/bin/
# Copy all .so dependencies
ldd $(which dot) | awk '{print $3}' | grep '^/' | xargs -I{} cp -v {} temp_package/lib/
# Create the compressed tarball
tar -cJf graphviz-portable.tar.xz -C temp_package .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file static_graphviz-1.8-py3-none-any.whl.
File metadata
- Download URL: static_graphviz-1.8-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f799fa9158b0c987bb83eedd44c60150bef94dc721aeac2ab6bcfe91c01263b
|
|
| MD5 |
59ac1514375d994629dcc7a775adba0f
|
|
| BLAKE2b-256 |
837c0488db607f2f3006a10d7bdf03f2c32bf761b37f14a10a9486ea9aa4a292
|