Skip to content

Commit dfba24a

Browse files
author
replydev
committed
Update README.md
1 parent 8356b89 commit dfba24a

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ As now i personally tested program functionalities in these systems:
3131
- Arch Linux
3232
- Alpine Linux 3.12.3
3333
- Fedora 33
34-
- Windows 10 x64 LTSC 1809 Build 17763.1637
34+
- Ubuntu 20.04 WSL
35+
- Windows 10 Pro x64 20H2 Build 19042.746
36+
- Windows 10 LTSC x64 1809 Build 17763.1637
3537

3638
## Installation
3739

38-
### ArchLinux
40+
### Arch Linux and arch-based distributions
3941
You can install cotp through the Arch User Repository.
4042
Before beginning check you already have the required packages:
4143

@@ -56,10 +58,13 @@ Then choose how you want to proceed:
5658
```
5759
### Other distributions, *nix or Windows
5860

59-
Before beginning check that you have the required compilers to build cotp by yourself:
60-
- gcc for *nix operating systems
61-
- msvc for Windows
62-
- rust toolchain, can be installed through [rustup](https://rustup.rs/)
61+
Before beginning check that you have the required dependencies to build cotp by yourself:
62+
- build-essential for debian-based distributions
63+
- gcc for others
64+
- [MSVC](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16) for Windows
65+
- [rust compiler and utilities](https://rustup.rs/)
66+
67+
⚠️**Attention** The `x86_64-pc-windows-gnu` rust toolchain is untested and may not compile! Use MSVC instead.
6368
#### Using crates.io repository
6469

6570
It's possible to install cotp directly through cargo, as it's listed in the [crates.io](https://crates.io/crates/cotp) repository.

0 commit comments

Comments
 (0)