System requirements
You can use following instructions to install the system requirements for EASIFEM.
Linuxβ
- Ubuntu
- Arch Linux
- Debian
- Fedora
- Redhat
- β’
sudo apt-get update && \
sudo apt-get install -y gfortran gcc libomp-dev curl git \
python3 python3-pip cmake ninja-build \
liblapack-dev libopenblas-dev libhdf5-dev \
libplplot-dev plplot-driver-cairo libboost-all-dev \
gnuplot doxygen libgtk-4-dev lua5.4 liblua5.4-dev
First install yay
on Arch Linux by following process.
sudo pacman -Syu
sudo pacman -S base-devel
sudo pacman -S git
mkdir -pv ~/temp
sudo git clone https://aur.archlinux.org/yay.git ~/temp/yay
cd ~/temp/yay
makepkg -si
cd ~ && rm -rf ~/temp/yay
yay --version
After successfully installing yay
we can install the system dependencies by using following command.
yay -S gcc gcc-fortran openmp curl git python3 cmake ninja lapack openblas hdf5 plplot gnuplot doxygen gtk4 lua
Coming soon π.
Coming soon π.
Coming soon π.
macOS (Darwin)β
brew install gcc gfortran libomp curl git python3 cmake ninja lapack openblas hdf5 plplot gnuplot doxygen gtk4 lua
Windowsβ
Coming soon.