cern-fts / davix

High-performance file management over WebDAV / HTTP
GNU Lesser General Public License v2.1
84 stars 36 forks source link

how to use in wndows? #73

Open hellojayjay opened 3 years ago

hellojayjay commented 3 years ago

how to use in wndows?

hellojayjay commented 3 years ago
$ nmake

Microsoft (R) Program Maintenance Utility Version 14.29.30133.0
Copyright (C) Microsoft Corporation.  All rights reserved.

NMAKE : fatal error U1064: MAKEFILE not found and no target specified
Stop.
mpatrascoiu commented 3 years ago

Hello,

I believe you'd have to try with cmake first. Perhaps something like:

mkdir build/
cd build/
cmake ../

However, we do not build davix for Windows in our CI / CD setup.

We can offer some support and would gladly merge CMake changes to facilitate building on Windows, but unfortunately, we don't have effort allocated to building on Windows.

Cheers, Mihai

xq114 commented 2 years ago

cmake build failed because unistd.h is not available on windows but it is included in davix/utils/davix_types.hpp

mpatrascoiu commented 2 years ago

Hello,

That's unfortunate :confused:

We do not provide support for Windows but I can ask around the Root community. Maybe they have a work-around for this.

Cheers, Mihai