C++20 project with access to PostgreSQL and HTTP.
Compile server and run:
make
./bin/serverBuild server and run:
make build
serverInstall server in ~/bin and run:
make install
serverBuild and install server in ~/bin and run:
make all
serverRun server in ~/bin:
make runDebug server in ~/bin:
make rundebugClean intermediate *.o files:
make cleanobjClean intermediate files and server:
make cleanClean all intermediate files and installed server:
make cleanallCreate a simple backup of source files in attic:
make backupClean simple backup in attic:
make cleanbackupDownload latest version of cpp-httplib and compare:
make depsFor configurations debug and release use DEBUG=1 or DEBUG=0.
Otherwise configuration bin is used. Targets for easier package building:
make installdebug
make installrelease
make builddebug
make buildrelease
make configs
make configsbuild
make configsall