Projects STRLCPY deduplicator Commits 76c69ef8
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 47 lines
    48 48  $ sudo mv deduplicator /usr/bin/
    49 49  ```
    50 50   
    51  -### Mac OS
     51 +### Mac OS (Pre-built Binary)
    52 52   
    53 53  you can download the pre-build binary from the [Releases](https://github.com/sreedevk/deduplicator/releases) page.
    54 54  download the `deduplicator-x86_64-apple-darwin.tar.gz` tarball for mac os. Once you have the tarball file with the executable, you can follow these steps to install:
    skipped 3 lines
    58 58  $ sudo mv deduplicator /usr/bin/
    59 59  ```
    60 60   
    61  -### Windows
     61 +### Windows (Pre-built Binary)
    62 62   
    63 63  you can download the pre-build binary from the [Releases](https://github.com/sreedevk/deduplicator/releases) page.
    64 64  download the `deduplicator-x86_64-pc-windows-msvc.zip` zip file for windows. unzip the `zip` file & move the `deduplicator.exe` to a location in the PATH system environment variable.
     65 + 
     66 +Note: If you Run into an msvc error, please install MSCV from [here](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170)
    65 67   
    66 68  ## Performance
    67 69   
    skipped 6 lines
Please wait...
Page is in error, reload to recover