Browse Source

add composer dependencies installation

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

8
INSTALL.sh

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