Project

General

Profile

Support #3025 » test.sh

Stripped down build script - Anonymous, 04/29/2014 05:25 AM

 
#!/bin/sh
g++ \
-o minimal_runnable_example \
-I/usr/include \
-I/usr/local/include \
-L/usr/lib \
-Wl,-rpath,/usr/lib \
-L/usr/local/lib \
mre.cpp \
-lwtdbosqlite3 \
-lwtdbo \
-lboost_system

./minimal_runnable_example
(2-2/3)