add AUR package info, thanks @CHN-beta
This commit is contained in:
parent
dad9b4b044
commit
71ae34dbe8
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@ If you are using [vcpkg](https://github.com/Microsoft/vcpkg/) on your project fo
|
||||||
|
|
||||||
If you are using [Conan](https://www.conan.io/) to manage your dependencies, merely add `nameof/x.y.z` to your conan's requires, where `x.y.z` is the release version you want to use.
|
If you are using [Conan](https://www.conan.io/) to manage your dependencies, merely add `nameof/x.y.z` to your conan's requires, where `x.y.z` is the release version you want to use.
|
||||||
|
|
||||||
|
Archlinux users can install `nameof` by package manager AUR, using the following command: `yay -S nameof`.
|
||||||
|
|
||||||
Alternatively, you can use something like [CPM](https://github.com/TheLartians/CPM) which is based on CMake's `Fetch_Content` module.
|
Alternatively, you can use something like [CPM](https://github.com/TheLartians/CPM) which is based on CMake's `Fetch_Content` module.
|
||||||
|
|
||||||
```cmake
|
```cmake
|
||||||
|
|
Loading…
Reference in a new issue