Added install instruction for Gentoo.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1cca2b7406
commit
bb08020611
14
README.md
14
README.md
@ -12,6 +12,20 @@ necessary.
|
||||
|
||||
## Install
|
||||
|
||||
### Gentoo
|
||||
|
||||
Add my [repository](https://schlomp.space/tastytea/overlay) and install it from
|
||||
there.
|
||||
|
||||
``` shell
|
||||
eselect repository enable tastytea
|
||||
echo "dev-cpp/xdgcfg" >> /etc/portage/package.accept_keywords/xdgcfg
|
||||
emaint sync -r tastytea
|
||||
emerge -a dev-cpp/xdgcfg
|
||||
```
|
||||
|
||||
### From source
|
||||
|
||||
Copy `xdgcfg.hpp` into a folder where your project can find it.
|
||||
|
||||
``` shell
|
||||
|
Reference in New Issue
Block a user