|
|
|
@ -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\"" |