Skip to content
Tim Younkin edited this page Jan 30, 2020 · 13 revisions

Welcome to the ASGarD User Guide!

This page contains a quickstart for building/running ASGarD. More details about multiple topics can be found in the following pages.

ASGarD Quickstart

Build and test ASGarD

$ git clone https://github.com/project-asgard/asgard.git
$ mkdir build && cd build
$ cmake ..
$ make -j
$ ctest -j8
Clone this wiki locally