#718: Instrucciones para instalar OGAgent para macOS; no usar Winetricks en nuevas distribuciones para crear OGAgent para Windows y usar Fedora 25 en MV Vagrant.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@5229 a21b9725-9963-47de-94b9-378ad31fedc9
oglive
ramon 2017-03-13 12:58:55 +00:00
parent 1da7c19c2e
commit 85b3316f82
1 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# We need: # We need:
# * Wine (32 bit) # * Wine (32 bit)
# * winetricks # * winetricks (in some distributions)
export WINEARCH=win32 export WINEARCH=win32
WINE=wine WINE=wine
@ -25,8 +25,10 @@ download() {
install_python() { install_python() {
WINEPREFIX=`pwd`/wine WINEPREFIX=`pwd`/wine
export WINEPREFIX export WINEPREFIX
echo "Setting up wine prefix (using winetricks)" if which winetricks &>/dev/null; then
winetricks echo "Setting up wine prefix (using winetricks)"
winetricks
fi
cd downloads cd downloads
echo "Installing python" echo "Installing python"