Link Search Menu Expand Document
Converted document
 Subsection 2.1.3: Running FEBio from Explorer Up Chapter 2: Running FEBio Section 2.3: The Command Line 

2.2 Running FEBio on Linux or MAC

Running FEBio on Linux or Mac is as easy as opening up a shell window and typing FEBio on the command line. However, you may need to define an alias to the folder that contains the FEBio executable if you want to run FEBio from any folder on your system. Since this depends on your shell, you need to consult your Linux documentation on how to do this. E.g. if you are using c-shell, you can define an alias as follows:
alias febio '/path/to/febio/executable/'
If you don't want to define this alias every time you open a shell window, you can place it in your shell start up file (e.g. .cshrc for c-shell).
 Subsection 2.1.3: Running FEBio from Explorer Up Chapter 2: Running FEBio Section 2.3: The Command Line