Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/syoyo/talvos-build
- Owner: syoyo
- License: mit
- Created: 2020-02-22T05:07:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T05:57:50.000Z (almost 5 years ago)
- Last Synced: 2024-10-16T13:21:41.200Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.