# MetaPhysicL **Repository Path**: github-moose/MetaPhysicL ## Basic Information - **Project Name**: MetaPhysicL - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-23 - **Last Updated**: 2024-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Build Instructions 1. `cd` to location of MetaPhysicL clone or extracted tarball. For git clones, make sure to clone recursively, or do 2. `git submodule update --init --recursive` 3. `./bootstrap` 4. `mkdir build` 5. `cd build` 6. `../configure --prefix=/path/to/metaphysicl/install` 7. `make` 8. `make check` (optional, runs the example programs and unit tests when possible) 9. `make install`