Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 668 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 668 Bytes

Requirements

clang and cmake should be installed on the machine since it is used under the hood to create the C bindings in libsais64-rs.
On Debian Linux this can be installed by executing

 sudo apt install clang
 sudo apt install cmake

On MacOS clang is part of the Xcode Command Line Tools. cmake can be installed using brew

brew install cmake

Installation

Clone this repository with the following command:

https://github.com/BramDevlaminck/Thesis_rust_implementations.git

and initialize the git submodules by executing

git submodule update --init --recursive