Yaade is a software package for the simulation of different granular materials that can also be used to simulate the behavior of soil, particles and powders. This tutorial will guide you through the steps required to install Yaade on Ubuntu Server
Before you begin, ensure that you have the following:
Yaade requires certain packages and libraries to be present on your system to be installed properly. You can install all the required dependencies by running the following command:
sudo apt-get install git build-essential libboost-all-dev libjpeg-dev libpng-dev cmake swig gnuplot-qt libvtk6-dev libqt5opengl5-dev
Next, you need to download the latest version of Yaade from their official repository using Git. Run the following command to download Yaade:
git clone https://github.com/yade/trunk.git yade-trunk
This will create a new directory called "yade-trunk" that will contain all the files required for Yaade.
Now, navigate to the yade-trunk directory by running:
cd yade-trunk
You can now use CMake to configure the installation settings. Run the following command to begin the configuration process:
mkdir build
cd build
cmake ..
Once the CMake configure process completes successfully, you can proceed to build and install Yaade by running the following commands:
make -jN # Replace N with the number of cores in your CPU
sudo make install
This will compile and install Yaade on your Ubuntu Server.
To verify that Yaade has been installed properly, open a new terminal window and run the following command:
yade --version
This should display the installed version of Yaade on your system.
Yaade has been successfully installed on your Ubuntu Server. You can now use it to simulate granular materials, soil, powders, and particles.
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!
Alternatively, for the best virtual desktop, try Shells!