diff options
author | ramon <ramongomez@us.es> | 2017-03-03 11:25:21 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-03-03 11:25:21 +0000 |
commit | 80fd30e454ff8ad8c923c91fd9ecff3ab4668d3a (patch) | |
tree | d077c65bdfc81aca0c94e2c0d630c1edc60065b6 /installer/vagrant | |
parent | 8db55ed4f9e089a4deb7fb1f1cba807126d435a8 (diff) |
#774: LibrerÃas dÃnamicas necesariias para Browser de 32 bits usado en ogLive de 64 bits y retocar notas para MV Vagrant.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5221 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/vagrant')
-rw-r--r-- | installer/vagrant/Vagrantfile-browser-vbox | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/vagrant/Vagrantfile-browser-vbox b/installer/vagrant/Vagrantfile-browser-vbox index 11b61d14..cfdc2b6f 100644 --- a/installer/vagrant/Vagrantfile-browser-vbox +++ b/installer/vagrant/Vagrantfile-browser-vbox @@ -41,6 +41,7 @@ echo " cd /home/vagrant/browser && qmake browser.pro && make" echo "Do not forget to copy all Browser's files to OpenGnsys Server:" echo " - Browser binary to /opt/opengnsys/client/bin directory on server." echo " - Qt linked libraries to /opt/opengnsys/client/lib/qtlibs directory." +echo " - 64-bit-based ogLive only: libssl and libcrypto to /opt/opengnsys/client/lib/qtlibs directory." EOT Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| |