Browse Source

add composer dependencies installation

PHP-GTK3
yggverse 4 months ago
parent
commit
804657c6d1
  1. 8
      INSTALL.sh

8
INSTALL.sh

@ -31,6 +31,7 @@ if [[ $INSTALL_SYSTEM_DEPENDENCIES == "y" ]]; then
bison\ bison\
libreadline-dev\ libreadline-dev\
git\ git\
composer\
build-essential\ build-essential\
autoconf\ autoconf\
automake\ automake\
@ -54,6 +55,11 @@ if [[ $INSTALL_SYSTEM_DEPENDENCIES == "y" ]]; then
libwnck-dev libwnck-dev
fi fi
# Install composer dependencies
cd $DIR_APP
composer update
# Build PHP-SRC # Build PHP-SRC
## Get latest sources ## Get latest sources
@ -231,4 +237,4 @@ echo "Build completed!"
if [[ $SETUP_DESKTOP_MENU == "y" ]]; then if [[ $SETUP_DESKTOP_MENU == "y" ]]; then
echo "run Yoda from application menu or" echo "run Yoda from application menu or"
fi fi
echo "start Yoda with launcher: \"$DIR_DESKTOP_TARGET/yoda.sh\"" echo "start with launcher: \"$DIR_DESKTOP_TARGET/yoda.sh\""
Loading…
Cancel
Save