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

https://github.com/nazar-pc/docker-build-hhvm

Docker image with pre-installed dependencies for building HHVM
https://github.com/nazar-pc/docker-build-hhvm

Last synced: 4 months ago
JSON representation

Docker image with pre-installed dependencies for building HHVM

Awesome Lists containing this project

README

          

# Docker image with pre-installed dependencies for building HHVM

## Usage
```
docker run --rm -it -v /path/to/hhvm/source:/hhvm nazarpc/build-hhvm
```

`build` cli command available inside if you'll enter container, it is a handy bash script that will build HHVM on all available CPU cores.

`build` is called in `/hhvm` directory if you run container without additional options.

## License
Public Domain