Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.5k stars 570 forks source link

How to build from WSL ? #2489

Open fredmo opened 1 year ago

fredmo commented 1 year ago

Hello,

As the information to build is not very verbose, I am wondering if it s possible to build the source code from Linux. ( for the target Win )

git clone --recursive https://github.com/Maximus5/ConEmu.git cd ConEmu.git premake5 gmake cd src gmake ==== Building common-kernel (release_win32) ==== common-kernel.make:235: warning: overriding recipe for target '_VCBUILD/Release/common-kernel_Win32' common-kernel.make:227: warning: ignoring old recipe for target '_VCBUILD/Release/common-kernel_Win32' CEHandle.cpp In file included from common/defines.h:39, from common/CEHandle.h:32, from common/CEHandle.cpp:31: /usr/include/c++/11/limits:42:10: fatal error: bits/c++config.h: No such file or directory 42 | #include <bits/c++config.h> | ^~~~~~ compilation terminated. gmake[1]: [common-kernel.make:269: _VCBUILD/Release/common-kernel_Win32/CEHandle.o] Error 1 gmake: [Makefile:123: common-kernel] Error 2

Is there a list of dev packages to install to build it?

Regards, Frédéric