krakjoe / ui

Cross platform UI development in PHP
Other
518 stars 39 forks source link

how to package php-ui in linux? #37

Open yclnycl opened 6 years ago

yclnycl commented 6 years ago

i‘m run it success

TomaszGasior commented 6 years ago

See how I packaged it for Arch Linux in AUR. https://aur.archlinux.org/packages/php-ui/

yclnycl commented 6 years ago

@TomaszGasior how should i use it

TomaszGasior commented 6 years ago

If you are using Arch Linux or Manjaro you should install it by yaourt package manager or manually build by makepkg and install by pacman.

In other distro you should create your own script using code from my PKGBUILD. Here it is: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=php-ui

gsons commented 5 years ago

See how I packaged it for Arch Linux in AUR. https://aur.archlinux.org/packages/php-ui/

how about windows?