Installation of Yaade on Fedora CoreOS

Yaade is a popular granular material simulation software that is used in various scientific and engineering fields. This tutorial provides a step-by-step guide to install Yaade on the latest version of Fedora CoreOS.

Prerequisites

Installation Steps

  1. Open a terminal window on your Fedora CoreOS system by pressing Ctrl + Alt + T.

  2. Update the system packages by running the following command:

    sudo dnf update -y
    
  3. Install the required dependencies for Yaade by running the following command:

    sudo dnf install -y cmake gcc-c++ boost-devel boost-filesystem boost-thread boost-iostreams qt5-qtbase-devel qt5-qttools-devel
    
  4. Clone the Yaade repository from Github by running the following command:

    git clone https://github.com/yade/yade.git
    
  5. Navigate inside the yade directory, and create a new directory called build:

    cd yade
    mkdir build
    cd build
    
  6. Generate the required Makefiles by running the following command:

    cmake ..
    
  7. Build the Yaade executable by running the following command:

    make
    
  8. Install Yaade by running the following command:

    sudo make install
    
  9. Verify that Yaade has been installed successfully by running the following command:

    yade --version
    

    The output should display the version of Yaade that has been installed.

  10. You may now start using Yaade for your simulations.

Conclusion

In this tutorial, we have learned how to install Yaade on the latest version of Fedora CoreOS. Yaade is now ready to be used for your granular material simulation needs.

If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!