An open API service indexing awesome lists of open source software.

https://github.com/secondlife/3p-sse2neon


https://github.com/secondlife/3p-sse2neon

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

          

# 3p-sse2neon

[Autobuild][] vendored [sse2neon][].

[Autobuild]: https://github.com/secondlife/autobuild
[sse2neon]: https://github.com/DLTcollab/sse2neon

## Submodules

This repository vendors boost using submodules. Be sure to pull them when cloning or updating this repository.

Fresh clone:
```
git clone --recurse-submodules git@github.com:secondlife/3p-sse2neon.git
```

Existing checkout:
```
git submodule update --init --recursive
```