Skip to content
Snippets Groups Projects
Commit 929cea81 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

64 bit only

parent e582526f
No related branches found
No related tags found
No related merge requests found
Pipeline #8388 passed
...@@ -2,7 +2,7 @@ sync: ...@@ -2,7 +2,7 @@ sync:
only: only:
- master - master
script: script:
- ssh -o StrictHostKeyChecking=no -i /home/gitlab-runner/.ssh/id_rsa geuzaine@onelab.info 'cd .wwwonelab && git pull' - ssh geuzaine@onelab.info 'cd .wwwonelab && git pull'
tags: tags:
- macos64 - macos64
- official - official
#!/bin/sh
# Run this once you have a nice view of the model to generate the screenshots
# used in the ONELAB wiki, e.g.:
#
# > gmsh main.pro
# ... get nice view with Gmsh window maximized ...
# > onelab_screenshot 1
# ... get nice second view ...
# > onelab_screenshot 2
if [ $# -lt 1 ]; then
echo "Usage: $0 number" 1>&2;
exit 1;
fi
NUMBER=$1
screencapture -Wi screenshot${NUMBER}.png
# create miniature image with width of 512 pixels
convert -resize 512 screenshot${NUMBER}.png screenshot${NUMBER}_512.png
...@@ -57,10 +57,8 @@ or not) can be easily interfaced as well. ...@@ -57,10 +57,8 @@ or not) can be easily interfaced as well.
<ol><a name="Download"></a> <ol><a name="Download"></a>
<li>Download the ONELAB software bundle: <li>Download the ONELAB software bundle:
<ul> <ul>
<li>Desktop version for <a href="files/onelab-Windows64.zip">Windows 64-bit</a>, <li>Desktop version for <a href="files/onelab-Windows64.zip">Windows</a>,
<a href="files/onelab-Windows32.zip">Windows 32-bit</a>, <a href="files/onelab-Linux64.zip">Linux</a> or
<a href="files/onelab-Linux64.zip">Linux 64-bit</a>,
<a href="files/onelab-Linux32.zip">Linux 32-bit</a> and
<a href="files/onelab-MacOSX.dmg">MacOS</a> <a href="files/onelab-MacOSX.dmg">MacOS</a>
<li>Mobile version for <a href="https://play.google.com/store/apps/details?id=org.geuz.onelab">Android</a> and <li>Mobile version for <a href="https://play.google.com/store/apps/details?id=org.geuz.onelab">Android</a> and
<a href="https://itunes.apple.com/us/app/onelab/id845930897">iOS</a> <a href="https://itunes.apple.com/us/app/onelab/id845930897">iOS</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment