Skip to content

Files

Latest commit

 

History

History
 
 

docker-build

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

If normal compilation fails or produces broken builds, it is possible to compile Spring with Docker with a simple script.

  1. Once run init_container.sh to init the Docker container.
  2. Use build.sh to compile. cache directory will be created which contains static libraries and ccache to speed up subsequent builds.
  3. Build will be located at (source directory)/build-(platform)-(build type)/install.

List of available building flags can be printed with build.sh -h.

By default Windows builds are produced. To make a Linux build use -p linux-64 flag.

-o can be used to speed up compilation by disabling headless and dedicated builds.