- REQUIRE
cmake 3.3or higher version,python3,gccsupport for at least C++ 14. - Current working environment:
Ubuntu 20.04/18.04 LTS 64-bit,OpenSUSE Leap 15.1 64-bit,Windows Subsystem for Linux 2.
Compiling with CMake generated Makefile in Unix environment:
- run
cmake CMakeLists.txtto generate make file (before usingcmaketo generate the make file, remember to change current directory to ~/bert/host_tool/bert_gen) - run
maketo build executables - you can also run
make helpto see all available option