Difference between revisions of "Compile the Code Engines"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
* [[Compiling in Windows]] | * [[Compiling in Windows]] | ||
* [[Compiling in Linux|Command-Line Compilation]] (''e.g''., a Linux server) | * [[Compiling in Linux|Command-Line Compilation]] (''e.g''., a Linux server) | ||
* | * Compiling Using Eclipse IDE: While using <tt>Eclipse</tt> to C/C++ code compilation might be possible, it is not longer supported. Use on of the above three methods instead (depending on your OS). |
Revision as of 12:55, 17 December 2021
After checking out the nairn-mpm-fea, the next step is to compile it. All code-engine source codes are standard C++ and it should be possible to compile on a variety of systems. This links on this page provide details on some common systems. Users are responsible for compilation on other systems. After this compiling step is completed, you can move on to documentation for running calculations.
Compilation on Various Operating Systems
- Compiling in MacOS X
- Compiling in Windows
- Command-Line Compilation (e.g., a Linux server)
- Compiling Using Eclipse IDE: While using Eclipse to C/C++ code compilation might be possible, it is not longer supported. Use on of the above three methods instead (depending on your OS).