23 lines
504 B
Markdown
23 lines
504 B
Markdown
# Install
|
|
|
|
Install the following Linux Packages:
|
|
|
|
- libyaml libyaml-dev doxygen uuid-dev pciutils-dev
|
|
|
|
Clone the following repositories from code.jrlabs.io
|
|
|
|
- JackrabbitLabs/array_utils.git
|
|
- JackrabbitLabs/ptr_queue.git
|
|
- JackrabbitLabs/duplex_queue.git
|
|
- JackrabbitLabs/yaml_loader.git
|
|
- JackrabbitLabs/mctp.git
|
|
- JackrabbitLabs/fmapi.git
|
|
- JackrabbitLabs/cse.git
|
|
- JackrabbitLabs/jack.git
|
|
|
|
On each repository perform the following commands (in order listed above)
|
|
|
|
- make
|
|
- make install
|
|
|