git submodule update --init --recursive --remote
cd external/liblex
mkdir -p build
cd build
cmake ..
make