add note to non-functioning boost example

This commit is contained in:
idk
2022-06-28 15:37:19 -04:00
parent 1920a37572
commit 3b004ee4c7

View File

@ -32,6 +32,7 @@ libsam3-tests: ${TEST_OBJS} ${LIB}
clean:
rm -f libsam3-tests ${LIB} ${OBJS} examples/sam3/samtest
# TODO: this does not work yet because I don't know how to do it.
boost:
gcc -Werror -Wall -Wextra -Wno-unused-parameter -std=c++11 -g -lboost_system -lboost_thread -lpthread examples/boost/boost.cpp -o boost