ByConity/docker/builder
fredwang 35b5f0be1b fix compile/link error due to dependencies in docker image 2024-09-27 03:20:54 +00:00
..
centos update readme 2023-08-10 21:48:15 +08:00
Dockerfile fix compile/link error due to dependencies in docker image 2024-09-27 03:20:54 +00:00
Makefile update readme 2023-08-10 21:48:15 +08:00
README.md add docker image build for centos 2023-06-15 17:25:01 +08:00
build.sh update readme 2023-01-19 19:19:34 +08:00

README.md

Allows to build ByConity in Docker. This is useful if you have an old OS distribution and you don't want to build fresh gcc or clang from sources.

Usage:

Prepare image:

make image

Run build:

make build

Before run, ensure that your user has access to docker: To check, that you have access to Docker, run docker ps. If not, you must add this user to docker group: sudo usermod -aG docker $USER and relogin. (You must close all your sessions. For example, restart your computer.)

Build results are available in build_docker directory at top level of your working copy. It builds only binaries, not packages.

For CentOS build, follow the same instruction with the centos directory