Open hellojayjay opened 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.
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
cmake build failed because unistd.h
is not available on windows but it is included in davix/utils/davix_types.hpp
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
how to use in wndows?