1. mkdir build && cd build
2. cmake .. && make nu

This will produce libnu.a for static linking.

3. make nusqlite3

This will produce SQLite3 extenstion. If SQLite3 development
package is not installed, this target is not available.
