I follow the steps to setup and build on linux, but when I try to compile (make all) some errors occur:
Compiling streams/linux/fileio_linux.cpp -> streams/linux/fileio_linux.Debug32.o
In file included from streams/linux/fileio_linux.cpp:32:0:
./pch/stdafx.h:72:28: fatal error: boost/locale.hpp: No such file or directory
#include "boost/locale.hpp"
Please give me some help, thank you!
Compiling streams/linux/fileio_linux.cpp -> streams/linux/fileio_linux.Debug32.o
In file included from streams/linux/fileio_linux.cpp:32:0:
./pch/stdafx.h:72:28: fatal error: boost/locale.hpp: No such file or directory
#include "boost/locale.hpp"
Please give me some help, thank you!