diff options
| author | jakka <jakka@jakka.su> | 2025-10-09 10:41:01 +0300 |
|---|---|---|
| committer | jakka <jakka@jakka.su> | 2025-10-09 10:41:01 +0300 |
| commit | bca6b4fabf0b0b12d3e0f89a0854a5f98cc8cc96 (patch) | |
| tree | 775fe6f0cbf57683eb8b738327b274f16f751151 /README.md | |
| parent | 1f2b3b2e5c286186d9747695c37fc60c24b3c0fd (diff) | |
| parent | 72760456c9da3d4737ef0555edffcf6fe0a1f087 (diff) | |
merged with lattest main commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -2,8 +2,21 @@ scans a specified folder and reencodes flacs if they needed to be reencoded +## installation + +you can use cargo to install: +`cargo install flac-reencoder` + +or clone the repo and build it yourself + +to build statically just run the default build command: +`cargo build -r` + +to dynamically link to libsqlite3 and libflac libs, use the following command: +`cargo build -r --no-default-features -F linked` + ``` -Usage: reencoder [OPTIONS] [path] +Usage: flac-reencoder [OPTIONS] [path] Arguments: [path] Path for indexing/reencoding |
