mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +01:00
7 lines
225 B
Bash
Executable File
7 lines
225 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 \
|
|
./core/theme.cpp \
|
|
-o ./bin/server -Ilibs -lpthread -std=c++11
|
|
|
|
|
|
|