Files
2026-08-07 17:38:18 +09:00

2 lines
124 B
Bash

#!/bin/sh
g++ testclient.cpp -o testclient -I./. -I../lib ../lib/libInterCommon.a `pkg-config libxml++-2.6 --cflags --libs`