You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// example
# apt-get install cmake ninja-build clang clang++ lld libc6-dev-i386 linux-headers-generic bison flex libfl-dev coreutils
$ mkdir build
$ cd build
# if you use Unix environment
$ cmake -G "Unix Makefiles" ..
$ make
# if you can use Ninja
$ cmake -G Ninja ..
$ ninja
# or, you may want to specify compile option
# use backward.cpp for debugging
$ CMAKE_OPT="-DWITH_BACKWARDS_CPP=ON" ./ninja_build.sh
# clang is faster than gcc
$ CMAKE_OPT="-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++" ./ninja_build.sh
Build osask project files (debian)
You need to install mtools to build these files
You need to install QEMU (> 3.1) to test it
'wine' should be very useful for you to debug
Build day 03, harib00i img (debian)
Target names are formatted like XX_day_haribxxx_{action}