StructuralVibration.jl
  • Overview
  • Models
  • Solvers
  • Modal extraction
  • Signal processing
  • Visualization
  1. Installation
  • StructuralVibration.jl
  • Installation
  • Release Notes

On this page

  • Install Julia
  • Install VibrationData.jl

Installation

Note

If you are already a Julia user, you can skip this section.

This section explains how to install Julia and Vibration.jl.

Install Julia

There exists several ways of installing Julia and managing versions. The recommended way consists in installing juliaup, which is a Julia version manager.

  • Windows

    On Windows, juliaup can be installed directly from the Windows store or from a terminal by typing the following command:

    winget install julia -s msstore
  • MacOS and Linux

    On MacOS and Linux, juliaup can be installed from a terminal by typing:

    curl -fsSL https://install.julialang.org | sh

    or by using software repositories:

    # MacOS
    brew install juliaup
    
    # Arch-based distributions
    yay -S juliaup

Once juliaup is installed, the latest version of Julia can be installed from a terminal as follows:

juliaup add release

Install VibrationData.jl

The package is registered in the Julia General Registry. So, to install the package, you can use the following command:

(Yourenv) pkg> add "StructuralVibration"
StructuralVibration.jl
Release Notes
 

2025 Mathieu Aucejo ∙ Powered by and