]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
[win32] Add build scripts
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Thu, 3 Oct 2019 08:33:31 +0000 (11:33 +0300)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 19 Feb 2020 08:24:21 +0000 (08:24 +0000)
commit0942873cfea7b410eb2741589dcccb42abd4f3e9
treef484bec58b4dcb87ba1b28a349cbfc21d70c215b
parentdbdc91db6cc377bdd90a47731cb5d5c9d5adc771
[win32] Add build scripts

This patch adds a couple of scripts that can be used for
building Ceph for Windows along with its dependencies.

For now, we're going to cross compile it using mingw.
It's supposed to run on Ubuntu (feel free to update
the command that's installing some of the dependencies
within win32_deps_build.sh if you're interested in other
distros).

This commit also adds a short readme, describing the focus of
the Windows porting effort, the building process and the current
status.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
README.windows.rst [new file with mode: 0644]
win32_build.sh [new file with mode: 0755]
win32_deps_build.sh [new file with mode: 0755]