Crates.io | copydeps |
lib.rs | copydeps |
version | 5.0.1 |
source | src |
created_at | 2020-07-20 02:18:21.172761 |
updated_at | 2022-06-12 20:51:17.579417 |
description | Find and copy all the .so / .dll files needed by an executable |
homepage | |
repository | https://github.com/suve/copydeps/ |
max_upload_size | |
id | 267078 |
size | 74,391 |
copydeps finds and copies all .so / .dll files needed by a program to run. This can be useful when you want to bundle an application together will all of its dependencies.
copydeps [options...] EXECUTABLE [TARGET-DIR]
EXECUTABLE can be one of the following supported formats:
TARGET-DIR specifies the directory to copy the .so / .dll files to. When omitted, defaults to the directory of the target executable.
--dry-run
--exedir
--ignore PATTERN
--no-clobber
--override PATTERN
--search-dir DIRECTORY
--verbose
copydeps is written in Rust and uses Cargo for keeping track of its dependencies.
While you may invoke cargo
directly, it's recommended to use make
instead.
cd copydeps/
make -j all
[sudo] make install
copydeps is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 3 of the License, or (at your option) any later version.
For the full text of the licence, consult LICENCE.txt.