mirror of
https://github.com/falk-werner/webfuse
synced 2026-03-02 03:40:24 +00:00
build and develop using docker
- add DevContainer note that integration tests will not run in devcontainer - allow to build using docker buildx bake Signed-off-by: Falk Werner <falk.werner@gmx.net>
This commit is contained in:
14
doc/build.md
14
doc/build.md
@@ -1,6 +1,18 @@
|
||||
# webfuse build instructions
|
||||
|
||||
## Build
|
||||
## Build using Docker bake
|
||||
|
||||
Use Docker bake to build without installing dependencies (aside of docker).
|
||||
|
||||
```
|
||||
docker buildx bake
|
||||
```
|
||||
|
||||
Find the build results in the `out` directory.
|
||||
|
||||
## Build using CMake
|
||||
|
||||
Please install the dependencies listed below before building using CMake.
|
||||
|
||||
````
|
||||
cmake -B build
|
||||
|
||||
Reference in New Issue
Block a user