rcpp_framework/compile_linux.sh

4 lines
224 B
Bash
Executable File

g++ -o3 -g main.cpp ./core/settings.cpp ./core/request.cpp ./core/http_server.cpp ./core/file_cache.cpp ./core/application.cpp ./rdn_application.cpp \
./themes/theme.cpp \
-o ./bin/server -Ilibs -lpthread -std=c++11