Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

cha0s/avocado-spi-v8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avocado v8 SPI implementation

Building

In order to build this project, you will need:

  • git (obviously, gotta get the sources somehow!)
  • cmake
  • g++ (on Ubuntu, do sudo apt-get install build-essential)
  • Boost (specifically, the filesystem, regex, and system components)

and v8 dependencies:

  • svn

First, check out the project:

git clone --recursive https://github.com/cha0s/avocado-spi-v8.git

(Note the --recursive flag)

Navigate to the avocado-spi-v8 directory and run these commands:

mkdir build
cd build
cmake -DAVOCADO_CPP_CORE_DIRECTORY=/the/path/to/avocado-cpp-core ..
make

About

v8 SPI implementations for Avocado

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published