Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/syoyo/talvos-build

Self-contained talvos build script
https://github.com/syoyo/talvos-build

Last synced: 18 days ago
JSON representation

Self-contained talvos build script

Awesome Lists containing this project

README

        

# Self-contained Talvos build script

## Setup

```
$ git submodule update --init --recursive
```

## Requirements

* cmake
* ninja
* python(to checkout dependencies for SPIRV-Tools)
* (optional) readline library(Used in Talvos)
* Install by `sudo apt install libreadline-dev` for Ubuntu

## Linux

Build SPIRV-Tools

```
$ ./scripts/build-externals.sh
```

Built files will be installed to `/dist`.

```
$ ./scripts/bootstrap-linux.sh
$ cd build
$ ninja
$ ninja test
```

## Windows, macOS

T.B.W.