https://github.com/s2e/scripts
Various build scripts
https://github.com/s2e/scripts
Last synced: 10 months ago
JSON representation
Various build scripts
- Host: GitHub
- URL: https://github.com/s2e/scripts
- Owner: S2E
- Created: 2020-01-18T16:10:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T17:03:52.000Z (about 2 years ago)
- Last Synced: 2024-12-31T17:47:10.256Z (over 1 year ago)
- Language: Makefile
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
S2E Build Scripts
=================
This repository contains scripts to build S2E and package it in docker images.
You should use this repository in conjunction with ```repo```:
```
cd $S2EDIR
repo init -u git://github.com/s2e/manifest.git
repo sync
```
Please refer to the S2E documentation for build instructions.