mirror of
https://github.com/JHUAPL/kami.git
synced 2026-01-10 07:17:58 -05:00
Start installation instructions in Markdown
This commit is contained in:
24
docs/installation.md
Normal file
24
docs/installation.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# Installation
|
||||
|
||||
## Requirements
|
||||
|
||||
The core of Kami, `libkami` has no requirements beyond a modern C++ compiler. However, both the examples provided and
|
||||
the
|
||||
|
||||
## Compiling
|
||||
|
||||
To compile and test locally in kami/build:
|
||||
|
||||
git clone https://github.com/k3jph/kami.git
|
||||
cd kami
|
||||
conan install -if build .
|
||||
cmake -B build -DBUILD_SHARED_LIBS:BOOL=FALSE
|
||||
cmake --build build
|
||||
cmake --build build --target test
|
||||
|
||||
## Conan Installation (Local)
|
||||
|
||||
To install via [Conan](https://conan.io/):
|
||||
|
||||
conan create . kami/develop
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
Installation
|
||||
============
|
||||
|
||||
Compiling
|
||||
---------
|
||||
|
||||
To compile and test locally in kami/build::
|
||||
|
||||
git clone https://github.com/k3jph/kami.git
|
||||
cd kami
|
||||
conan install -if build .
|
||||
cmake -B build -DBUILD_SHARED_LIBS:BOOL=FALSE
|
||||
cmake --build build
|
||||
cmake --build build --target test
|
||||
|
||||
Conan Installation
|
||||
------------------
|
||||
|
||||
Forthcoming.
|
||||
Reference in New Issue
Block a user