This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
qcl:linux [2020/06/09 13:13] admin |
qcl:linux [2020/11/27 14:10] (current) kemal.oeztas |
||
---|---|---|---|
Line 3: | Line 3: | ||
===Using nextnano.NEGF with Wine=== | ===Using nextnano.NEGF with Wine=== | ||
- | After having downloaded the nextnano.NEGF zip file from [[https://www.nextnano.com/nextnano3/restricted/download/update/nextnano.NEGF.zip|https://www.nextnano.com/nextnano3/restricted/download/update/nextnano.NEGF.zip]], please extract it to your preferred path and copy (not just move!) the **Native.dll** file from the folder **Bin64.1.0.0.74** to the parent folder including **nextnano.NEGF.exe** if needed. Having access to the material database **Material_Database.xml** and the license file **License_nnQCL.lic**, one can run an input file as follows: | + | After having downloaded the nextnano.NEGF zip file from [[https://www.nextnano.com/nextnano3/restricted/download/update/nextnano.NEGF.zip|https://www.nextnano.com/nextnano3/restricted/download/update/nextnano.NEGF.zip]], please extract it to your preferred path. Having access to the material database **Material_Database.xml** and the license file **License_nnQCL.lic**, one can run an input file as follows: |
<code> | <code> | ||
wine /your_directory/nextnano.NEGF.exe /your_directory/your_input_file.xml /your_directory/Material_Database.xml /your_directory/License_nnQCL.lic | wine /your_directory/nextnano.NEGF.exe /your_directory/your_input_file.xml /your_directory/Material_Database.xml /your_directory/License_nnQCL.lic | ||
</code> | </code> | ||
- | ===Ubuntu 19.10=== | + | ===Ubuntu 20.10=== |
- | On Ubuntu 19.10, following commands will install the stable branch of Wine: | + | On Ubuntu 20.10, following commands will install the stable branch of Wine: |
<code> | <code> | ||
sudo dpkg --add-architecture i386 | sudo dpkg --add-architecture i386 | ||
wget -nc https://dl.winehq.org/wine-builds/winehq.key | wget -nc https://dl.winehq.org/wine-builds/winehq.key | ||
sudo apt-key add winehq.key | sudo apt-key add winehq.key | ||
- | sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ eoan main' | + | sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ groovy main' |
sudo apt update | sudo apt update | ||
sudo apt install --install-recommends winehq-stable | sudo apt install --install-recommends winehq-stable |