Add basic makepkg instructions

This commit is contained in:
Tk-Glitch 2020-04-01 21:14:05 +02:00
parent 4606c22f72
commit 8f097f6bd5
3 changed files with 21 additions and 0 deletions

View File

@ -36,3 +36,10 @@ You can enable support for it at the beginning of the PKGBUILD file. Make sure t
- **optional** overrides for missing ACS capabilities
- **optional** ZFS fpu symbols
- **optional** Fsync support (proton)
```
git clone https://github.com/Frogging-Family/linux-tkg.git
cd linux-tkg/linux54-tkg
makepkg -si
```

View File

@ -36,3 +36,10 @@ You can enable support for it at the beginning of the PKGBUILD file. Make sure t
- **optional** overrides for missing ACS capabilities
- **optional** ZFS fpu symbols
- **optional** Fsync support (proton)
```
git clone https://github.com/Frogging-Family/linux-tkg.git
cd linux-tkg/linux55-tkg
makepkg -si
```

View File

@ -35,3 +35,10 @@ You can enable support for it at the beginning of the PKGBUILD file. Make sure t
- **optional** overrides for missing ACS capabilities
- **optional** ZFS fpu symbols
- **optional** Fsync support (proton)
```
git clone https://github.com/Frogging-Family/linux-tkg.git
cd linux-tkg/linux56-tkg
makepkg -si
```