2024-04-02 04:55:14 +00:00
|
|
|
# Install
|
2024-03-28 01:08:45 +00:00
|
|
|
|
2024-04-02 04:55:14 +00:00
|
|
|
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
|
|
|
|
|
|