Skip to content

Instantly share code, notes, and snippets.

@michioga
Last active April 5, 2019 00:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michioga/63645bdb01c41963f6eeccacc0f79551 to your computer and use it in GitHub Desktop.
Save michioga/63645bdb01c41963f6eeccacc0f79551 to your computer and use it in GitHub Desktop.
公式サイトのLinux用salome-mecaバイナリをWindowsでネイティブ実行 ref: https://qiita.com/michioga/items/cb3f1306c64c4118641e
% sudo apt update
% sudo apt dist-upgrade
% sudo apt install python libxft2 libxss1 libxmu6 libglu1-mesa
% sudo apt install fonts-noto-cjk fonts-noto-hinted
% wget http://www.code-aster.org/FICHIERS/SALOME-MECA-2016-LGPL-1.tgz
% tar xvf SALOME-MECA-2016-LGPL-1.tgz
% ./SMECA_V2016_LGPL.run
Creating salome_meca application in /home/michioga/salome_meca/appli_V2016 ...
chmod: '/home/michioga/.local/share/applications/salome_meca_V2016.desktop' にアクセスできません: そのようなファイルや ディレクトリはありません
Desktop directory not found.
Warning: the directory /mnt/c/Program is in a path variable but does not exist
% export DISPLAY=localhost:0.0
% export LIBGL_ALWAYS_INDIRECT=1
% cd
% cd salome_meca/appli_V2016
% ./salome &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment