User Tools

Site Tools


nnm:macos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
nnm:macos [2019/09/05 13:26]
takuma.sato
nnm:macos [2022/01/18 16:27]
stefan.birner removed
Line 3: Line 3:
 nextnanomat is programmed in C#, and can thus be executed on any operating system. nextnanomat is programmed in C#, and can thus be executed on any operating system.
 It is, however, developed on and optimized for Windows. It is, however, developed on and optimized for Windows.
-On macOS, you have to either ​install ​[[http://www.mono-project.com/|Mono]] or [[https://wiki.winehq.org/MacOS |Wine]] to run nextnanomat.+On macOS, you have to install ​either [[https://wiki.winehq.org/MacOS |Wine]] or [[http://www.mono-project.com/|Mono]] to run nextnanomat.
  
-However we strongly recommend ​using [[https://​wiki.winehq.org/MacOS |Wine]]! +Wine was available from Mountain Lion 10.8 until Mojave 10.14. We have checked that using **Wine** one can run nextnanomat.exe on Mojave 10.14. __** As of 19 Nov. 2019, Wine does not work on Catalina 10.15.**__ 
-===Installation ​steps:=== + 
-  ​Install XQuartz (version 2.7.7 or later) +===Installation ​procedure=== 
-  * Install "Wine Stable"​ for macOS +  ​Install ​[[https://​www.xquartz.org/​ |XQuartz]] (version 2.7.7 or later). 
-  * Install "​winetricks" ​as follows: +    Please open Xquartz and check if it starts without errors. 
-    * Open "Wine stable“ from Applications or Launchpad+  - Install "[[https://​wiki.winehq.org/​MacOS |Wine Stable]]" for macOS. 
 +    On the website, both .pkg files and .tar.gz files are provided. Installation from .pkg files is handy. In this case, however, only the 32-bit version of nextnano software can be used, and currently one has to make sure that appropriate libiomp5.dll files are located in the same directory as "​nextnano3.exe"​ and "​nextnano++.exe"​ (even for the serial version of nextnano). If you need libiomp5.dll files, please contact us. 
 +    * If you install Tarball for "Wine Stable"​ (32 + 64-bit), the 64-bit version is also available.  
 +  - Install "​winetricks"​. 
 +    * Launch **Wine stable** from Applications or Launchpad.
     * Terminal window shows up with a short introduction of important commands.     * Terminal window shows up with a short introduction of important commands.
 +{{:​nnm::​wine.png?​600}}
     * Run <​code>​ruby -e "​$(curl -fsSL https://​raw.githubusercontent.com/​Homebrew/​install/​master/​install)"​ < /dev/null 2> /​dev/​null</​code>​     * Run <​code>​ruby -e "​$(curl -fsSL https://​raw.githubusercontent.com/​Homebrew/​install/​master/​install)"​ < /dev/null 2> /​dev/​null</​code>​
     * Enter the password of your computer.     * Enter the password of your computer.
-    * Run <​code>​brew install winetricks</​code>​. +    * Run <​code>​brew install winetricks</​code>​ 
-  ​Install .NET Framework using winetricks:  +  ​Install .NET Framework using winetricks:  
-    * Run <​code>​winetricks ​dotnet45</​code>​+    * .NET Framework of version 4.5.2 or later is needed. ​Run <​code>​winetricks ​dotnet452</​code>​
     * Follow the instructions and ignore Warnings.     * Follow the instructions and ignore Warnings.
     * Restart the computer.     * Restart the computer.
-  * Open "Wine stable" ​again. ​+  ​- Fonts and configuration 
 +    * Launch **Wine stable** again. ​
     * Install basic fonts of Windows: <​code>​winetricks corefonts</​code>​     * Install basic fonts of Windows: <​code>​winetricks corefonts</​code>​
     * Configure Wine: <​code>​winecfg</​code> ​     * Configure Wine: <​code>​winecfg</​code> ​
-    * Window pups up. Select "​Windows 10". +    * Setting window shows up. Select "​Windows 10" ​for Windows version in the "​Application"​ tab
-  To run nextnanomat ​using Wine <​code>​wine /<your directory>/​nextnanomat.exe</​code>​+    Press "​OK"​ button. 
 + 
 +===Running ​nextnanomat=== 
 +  - Launch **Wine Stable** from Application or Launchpad. 
 +  - Run:  <​code>​wine /<your directory>/​nextnanomat.exe</​code>​ 
 +  - Activate the license with your email address (only once) and have fun!
  
 If you have any feedback on these instructions,​ please let us know, then we can keep our documentation up to date. If you have any feedback on these instructions,​ please let us know, then we can keep our documentation up to date.