-
Notifications
You must be signed in to change notification settings - Fork 16
Installing NUFEB on Windows
Bowen Li edited this page Apr 2, 2020
·
5 revisions
NUFEB does not support direct Windows installation. However, there are a few ways to use NUFEB on Windows via compatibility layer or virtual machine. If you are using Windows 10 (64bit) - consider using Windows Subsystem for Linux (WSL). Alternatively, you can use a virtual machine software and compile and run NUFEB in a Linux virtual machine.
This page provides instruction for using NUFEB via WSL.
Follow the steps below to install WSL on Windows 10:
- Open Setting.
- Click on Apps.
- Under the "Related settings" section, click the Programs and Features option.
- Click the Turn Windows features on or off option from the left pane.
- This opens a dialog with a list of features you can install. Check the Windows Subsystem for Linux option and press OK.
- Click the Restart now button.
- Open Microsoft Store.
- Search for the Linux distribution that you want to install (for using NUFEB, we recommend Ubuntu 18.04 LTS).
- Click the Get (or Install) button.
- Launch Ubuntu in Start menu (e.g, Ubuntu 18.04 LTS).
- In the bash, create a username and password.
- The home directory of WSL is located in
%LOCALAPPDATA%\Packages\CanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgsc\LocalState\rootfs (for Ubuntu 18.04 LTS).
You can Pin this path to the Quick access.
You can now launch Ubuntu bash, and follow Installing NUFEB on Linux and Mac to install the tool (Linux part).