Added query get_disk_usage
This commit is contained in:
29
linux_build/build.sh
Normal file
29
linux_build/build.sh
Normal file
@@ -0,0 +1,29 @@
|
||||
#!/bin/bash
|
||||
g++ \
|
||||
\
|
||||
-std=c++17 \
|
||||
\
|
||||
-D __linux__ \
|
||||
-D JASONPP_RENDER_SORTED \
|
||||
\
|
||||
../Tubio/main.cpp \
|
||||
../Tubio/ConsoleManager.cpp \
|
||||
../Tubio/DownloadManager.cpp \
|
||||
../Tubio/FileSystem.cpp \
|
||||
../Tubio/Framework.cpp \
|
||||
../Tubio/HttpServer.cpp \
|
||||
../Tubio/Logger.cpp \
|
||||
../Tubio/LogHistory.cpp \
|
||||
../Tubio/RestQueryHandler.cpp \
|
||||
../Tubio/RestResponseTemplates.cpp \
|
||||
../Tubio/XGConfig.cpp \
|
||||
../Tubio/XGControl.cpp \
|
||||
\
|
||||
\
|
||||
../Tubio/external_dependencies/casenta/mongoose/mongoose.c \
|
||||
../Tubio/external_dependencies/leonetienne/JasonPP/JasonPP.cpp \
|
||||
\
|
||||
-lpthread \
|
||||
\
|
||||
-w \
|
||||
-o ./tubio.out
|
BIN
linux_build/tubio.out
Normal file
BIN
linux_build/tubio.out
Normal file
Binary file not shown.
Reference in New Issue
Block a user