spetroce / levmar_test

Tests for the levmar library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Some tests for the levmar c library. The levmar library is pulled as a git submodule.

Pull the repo with submodules

git clone --recurse-submodules git@github.com:spetroce/levmar_test.git

or

git clone git@github.com:spetroce/levmar_test.git
cd levmar_test #ie. change to root repo directory
git submodule update --init --recursive

If you do not have a github account setup with an SSH key, replace the URL with https://github.com/spetroce/levmar_test.git. So, the shorthand clone instruction is:

git clone --recurse-submodules https://github.com/spetroce/levmar_test.git

Build Prerequisites

Prerequisite packages to install to perform any building:

Ubuntu:

sudo apt-get install cmake build-essential git-lfs

Fedora:

sudo dnf install make automake cmake gcc gcc-c++ git git-lfs libtool lapack-devel

Build Instructions

cd levmar_test
mkdir build
cd build
cmake ..
make

About

Tests for the levmar library


Languages

Language:C++ 94.7%Language:CMake 5.3%