memgraph/dc/README.md

13 lines
236 B
Markdown
Raw Normal View History

## Dynamic Code
2015-10-23 05:54:28 +08:00
```
man nm
cd memgraph/dc
2015-10-23 05:54:28 +08:00
cd example
clang++ -std=c++1y mysql.cpp -o ../tmp/mysql.so -shared -fPIC
clang++ -std=c++1y memsql.cpp -o ../tmp/memsql.so -shared -fPIC
cd ..
2015-10-23 05:54:28 +08:00
clang++ -std=c++1y test.cpp -o test.out -ldl
```