mirror of
https://github.com/cclassic/model-ghdl
synced 2024-11-14 07:29:52 +01:00
13 lines
305 B
Markdown
13 lines
305 B
Markdown
Arch Linux Build Script
|
|
=======================
|
|
This directory contains the PKGBUILD required to compile binary distribution packages for Arch Linux.
|
|
|
|
Build instructions
|
|
------------------
|
|
On Arch, simply enter
|
|
```
|
|
$ makepkg -s
|
|
# pacman -U model-ghdl-xxxxxxx-1-arch.pkg.tar.xz
|
|
```
|
|
to install the program.
|